Authored by kstsixeam

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

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