fix: modify

hisense
TangShanDD 2025-11-05 16:26:37 +08:00
parent 798c3694f3
commit 56a06223ff
1 changed files with 1 additions and 1 deletions

View File

@ -56,7 +56,7 @@ export const searchConfigs = [
label: '部门', label: '部门',
value: 'departId', value: 'departId',
type: 'Cascade', type: 'Cascade',
props: { value: 'id', label: 'name', children: 'children', checkStrictly: false }, props: { value: 'id', label: 'name', children: 'children', checkStrictly: true },
data: [], data: [],
service: { api: getDepart, params: { parentId: 0 }, attr: 'data' } service: { api: getDepart, params: { parentId: 0 }, attr: 'data' }
}, },