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