Commit 207efc7d by lishengfu

Merge branch 'master' of gitlab.corp.qinqinxiaobao.com:frontend_vue/qqxb-self-service

parents c90a1be5 709cff28
...@@ -138,6 +138,7 @@ export default class socialInfo extends Vue { ...@@ -138,6 +138,7 @@ export default class socialInfo extends Vue {
.then(res => { .then(res => {
if (res == true) { if (res == true) {
Toast.success("保存成功"); Toast.success("保存成功");
this.show = false;
} }
}) })
.catch(error => { .catch(error => {
......
...@@ -91,6 +91,7 @@ export default class technologyExperience extends Vue { ...@@ -91,6 +91,7 @@ export default class technologyExperience extends Vue {
.then(res => { .then(res => {
if (res == true) { if (res == true) {
Toast.success("保存成功"); Toast.success("保存成功");
this.show = false;
} }
}) })
.catch(error => { .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