lchao 3 months ago
parent
commit
54f6645458
1 changed files with 2 additions and 0 deletions
  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() {