pull/44/head
zqx 2024-09-04 19:13:48 +08:00
parent 7e752dc83a
commit fe80ad76d5
2 changed files with 5749 additions and 7036 deletions

File diff suppressed because it is too large Load Diff

View File

@ -98,7 +98,7 @@ export const searchFormSchema: FormSchema[] = [
field: 'jobAdjustment',
component: 'Select',
componentProps: {
options: getDictOptions(DICT_TYPE.INFRA_BOOLEAN_STRING, 'boolean')
options: getDictOptions(DICT_TYPE.INFRA_BOOLEAN_STRING)
},
colProps: { span: 4 },
},