|
@@ -75,7 +75,8 @@ export default {
|
|
|
(res) => {
|
|
|
// vue.$msg.success(i18n.t("gather.save_done"));
|
|
|
$waiting.hide();
|
|
|
- this.commit("base/updateBaseInfo", { workExplanationList: state.workExplanationList });
|
|
|
+ state.workExplanationList = res.data;
|
|
|
+ this.commit("base/updateBaseInfo", { workExplanationList: res.data });
|
|
|
resolve(res);
|
|
|
},
|
|
|
(rej) => {
|