Authored by kstsixeam

部门管理,新建部门不能加载上级部门选项

@@ -91,7 +91,7 @@ layui.define(['table', 'form', 'laydate', 'common','sessions','xmSelect','laydat @@ -91,7 +91,7 @@ layui.define(['table', 'form', 'laydate', 'common','sessions','xmSelect','laydat
91 }, 91 },
92 height: 'auto', 92 height: 'auto',
93 data(){ 93 data(){
94 - return [{name:"root",value:"root",disabled: true,children:listData}] 94 + return [{name: "root", value: "root", children: listData}]
95 } 95 }
96 }) 96 })
97 97