Browse Source

修改部门树默认值为[]

RuoYi 5 years ago
parent
commit
d677cd11d1
1 changed files with 2 additions and 2 deletions
  1. 2 2
      ruoyi-ui/src/views/system/dept/index.vue

+ 2 - 2
ruoyi-ui/src/views/system/dept/index.vue

@@ -151,8 +151,8 @@ export default {
       loading: true,
       // 表格树数据
       deptList: [],
-      // 部门部门树选项
-      deptOptions: undefined,
+      // 部门树选项
+      deptOptions: [],
       // 弹出层标题
       title: "",
       // 是否显示弹出层