Commit e2c2dee7 authored by 黄奎's avatar 黄奎

页面修改

parent 1606e99c
...@@ -222,6 +222,7 @@ ...@@ -222,6 +222,7 @@
this.getList(); this.getList();
this.clearInfo(); this.clearInfo();
this.imgCubeAdd = true; this.imgCubeAdd = true;
this.Success(res.data.message);
} else { } else {
this.Info(res.data.message); this.Info(res.data.message);
} }
...@@ -245,6 +246,11 @@ ...@@ -245,6 +246,11 @@
}, res => { }, res => {
if (res.data.resultCode == 1) { if (res.data.resultCode == 1) {
this.addMsg = res.data.data; this.addMsg = res.data.data;
if (this.addMsg.MagicDataList && this.addMsg.MagicDataList.length > 0) {
this.addMsg.MagicDataList.forEach((item, index) => {
this.defaultMsg[index] = item;
});
}
this.imgCubeAdd = false; this.imgCubeAdd = false;
} else { } else {
this.Info(res.data.message); this.Info(res.data.message);
......
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 to comment