Browse Source

no message

linwenxin 4 months ago
parent
commit
6e57ddaff0
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/setting/departmentManage/index.vue

+ 2 - 2
src/views/setting/departmentManage/index.vue

@@ -1013,8 +1013,8 @@ export default {
           }
           this.$successMsg('保存成功')
           if (data.$index > 0) {
-            if (~indexs.indexOf(data.$index)) {
-              this.indexs.splice(indexs.indexOf(data.$index), 1)
+            if (~this.indexs.indexOf(data.$index)) {
+              this.indexs.splice(this.indexs.indexOf(data.$index), 1)
             }
           }
         })