|
@ -90,7 +90,7 @@ export const ClassType = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
searchField: 'id', // 查询弹窗赋值字段
|
|
|
searchField: 'id', // 查询弹窗赋值字段
|
|
|
searchTitle: '工程师角色', // 查询弹窗标题
|
|
|
searchTitle: '工程师角色', // 查询弹窗标题
|
|
|
searchAllSchemas: Role.allSchemas, // 查询弹窗所需类
|
|
|
searchAllSchemas: Role.allSchemas, // 查询弹窗所需类
|
|
|
searchPage: roleApi.getRolePage, // 查询弹窗所需分页方法
|
|
|
searchPage: roleApi.getRolePages, // 查询弹窗所需分页方法
|
|
|
searchCondition: [ |
|
|
searchCondition: [ |
|
|
// {
|
|
|
// {
|
|
|
// key: 'deptGroup',
|
|
|
// key: 'deptGroup',
|
|
|