Преглед на файлове

涉密新增、修改、删除掉接口

zxr преди 2 години
родител
ревизия
e02ea80a02
променени са 1 файла, в които са добавени 3 реда и са изтрити 0 реда
  1. 3 0
      src/views/bdglSecret/secretaccount/index.vue

+ 3 - 0
src/views/bdglSecret/secretaccount/index.vue

@@ -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(() => {});
     },