Compare commits

...

2 Commits

1 changed files with 2 additions and 0 deletions

View File

@ -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'"
>