|
@@ -315,6 +315,7 @@ export default {
|
|
|
background: "rgba(0, 0, 0, 0.7)",
|
|
background: "rgba(0, 0, 0, 0.7)",
|
|
|
})
|
|
})
|
|
|
updateConfig(this.form).then(response => {
|
|
updateConfig(this.form).then(response => {
|
|
|
|
|
+ loading.close();
|
|
|
this.msgSuccess("修改成功");
|
|
this.msgSuccess("修改成功");
|
|
|
this.open = false;
|
|
this.open = false;
|
|
|
this.getList();
|
|
this.getList();
|
|
@@ -329,6 +330,7 @@ export default {
|
|
|
background: "rgba(0, 0, 0, 0.7)",
|
|
background: "rgba(0, 0, 0, 0.7)",
|
|
|
})
|
|
})
|
|
|
addConfig(this.form).then(response => {
|
|
addConfig(this.form).then(response => {
|
|
|
|
|
+ loading.close();
|
|
|
this.msgSuccess("新增成功");
|
|
this.msgSuccess("新增成功");
|
|
|
this.open = false;
|
|
this.open = false;
|
|
|
this.getList();
|
|
this.getList();
|