fix: modify
parent
798c3694f3
commit
56a06223ff
|
|
@ -56,7 +56,7 @@ export const searchConfigs = [
|
|||
label: '部门',
|
||||
value: 'departId',
|
||||
type: 'Cascade',
|
||||
props: { value: 'id', label: 'name', children: 'children', checkStrictly: false },
|
||||
props: { value: 'id', label: 'name', children: 'children', checkStrictly: true },
|
||||
data: [],
|
||||
service: { api: getDepart, params: { parentId: 0 }, attr: 'data' }
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue