修复BUG: 用户管理返回部门bug
parent
2cc05a12c5
commit
5020eeaa43
|
@ -182,7 +182,7 @@ export const crudOptions = (vm) => {
|
||||||
dict: {
|
dict: {
|
||||||
cache: false,
|
cache: false,
|
||||||
isTree: true,
|
isTree: true,
|
||||||
url: deptPrefix,
|
url: '/api/system/dept/all_dept/',
|
||||||
value: 'id', // 数据字典中value字段的属性名
|
value: 'id', // 数据字典中value字段的属性名
|
||||||
label: 'name' // 数据字典中label字段的属性名
|
label: 'name' // 数据字典中label字段的属性名
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue