lchao 3 mesi fa
parent
commit
54f6645458
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  1. 2 0
      zhjq-ui/src/views/system/camera/index.vue

+ 2 - 0
zhjq-ui/src/views/system/camera/index.vue

@@ -171,6 +171,8 @@ export default {
       deptList: [],
       // 部门树选项
       deptOptions: [],
+      // 过滤掉已禁用部门树选项
+      enabledDeptOptions: undefined,
     };
   },
   created() {