feat: assetlogin部门选择树型
This commit is contained in:
parent
d19a980d2b
commit
1058ad5105
|
|
@ -9,6 +9,8 @@
|
|||
<xtSelect
|
||||
v-model="formData.keep_dept"
|
||||
:apiObj = "$API.system.dept.list"
|
||||
:params = "{with_children: 'yes', parent__isnull: true}"
|
||||
:hidePagination="true"
|
||||
v-model:label="formData.keep_dept_name"
|
||||
:edit="localMode == 'add'"
|
||||
>
|
||||
|
|
|
|||
Loading…
Reference in New Issue