Commit 709cff28 by e

updata

parent cbd14f8d
......@@ -138,6 +138,7 @@ export default class socialInfo extends Vue {
.then(res => {
if (res == true) {
Toast.success("保存成功");
this.show = false;
}
})
.catch(error => {
......
......@@ -91,6 +91,7 @@ export default class technologyExperience extends Vue {
.then(res => {
if (res == true) {
Toast.success("保存成功");
this.show = false;
}
})
.catch(error => {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment