|
@@ -491,12 +491,14 @@ export default {
|
|
|
this.$modal.msgSuccess("修改成功");
|
|
|
this.open = false;
|
|
|
this.getList();
|
|
|
+ this.gettongji();
|
|
|
});
|
|
|
} else {
|
|
|
addSecretaccount(this.form).then(response => {
|
|
|
this.$modal.msgSuccess("新增成功");
|
|
|
this.open = false;
|
|
|
this.getList();
|
|
|
+ this.gettongji();
|
|
|
});
|
|
|
}
|
|
|
}
|
|
@@ -513,6 +515,7 @@ export default {
|
|
|
.then(() => {
|
|
|
this.getList();
|
|
|
this.$modal.msgSuccess("删除成功");
|
|
|
+ this.gettongji();
|
|
|
})
|
|
|
.catch(() => {});
|
|
|
},
|