lrf402788946 4 years ago
parent
commit
dabee53fc5
1 changed files with 1 additions and 0 deletions
  1. 1 0
      src/views/personnel/user.vue

+ 1 - 0
src/views/personnel/user.vue

@@ -157,6 +157,7 @@ export default {
       const res = await this.delete(data.id);
       if (this.$checkRes(res, '删除成功', res.errmsg || '删除失败')) {
         this.toClose();
+        this.search();
       }
     },
     //冻结 因为data里面是个对象,里面有data还有index等别的数据,所以在接收参数的时候接收对象形式的data就行