Browse Source

优化联合技术审查

master
zhouhaibin 3 months ago
parent
commit
5201b5a6bc
  1. 8
      src/views/projectLib/projectInfo/projectInfo.data.ts

8
src/views/projectLib/projectInfo/projectInfo.data.ts

@ -125,9 +125,11 @@ export const searchFormSchema: FormSchema[] = [
//字段
field: 'dutyWorkplace',
//组件 支持组件详见 components/Form/src/types/index.ts 中的 ComponentType
component: 'Select',
componentProps:{
options:await getDutyWorkplaceOptions()
component: 'ApiSelect',
componentProps: () => {
return {
api: () =>getDutyWorkplaceOptions()
}
},
labelWidth: 'auto'
},

Loading…
Cancel
Save