修复BUG: 用户管理返回部门bug

pull/71/MERGE
李强 2022-11-01 15:30:48 +08:00
parent 2cc05a12c5
commit 5020eeaa43
1 changed files with 1 additions and 1 deletions

View File

@ -182,7 +182,7 @@ export const crudOptions = (vm) => {
dict: {
cache: false,
isTree: true,
url: deptPrefix,
url: '/api/system/dept/all_dept/',
value: 'id', // 数据字典中value字段的属性名
label: 'name' // 数据字典中label字段的属性名
},