Commit e2c2dee7 authored by 黄奎's avatar 黄奎

页面修改

parent 1606e99c
......@@ -222,6 +222,7 @@
this.getList();
this.clearInfo();
this.imgCubeAdd = true;
this.Success(res.data.message);
} else {
this.Info(res.data.message);
}
......@@ -245,6 +246,11 @@
}, res => {
if (res.data.resultCode == 1) {
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;
} else {
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