|
@@ -203,6 +203,7 @@
|
|
|
} as any);
|
|
|
updateSchema({
|
|
|
field: 'classId',
|
|
|
+ component: 'Select',
|
|
|
componentProps: {
|
|
|
getPopupContainer: () => document.body,
|
|
|
options: classData,
|
|
@@ -249,6 +250,7 @@
|
|
|
} as any);
|
|
|
updateSchema({
|
|
|
field: 'classId',
|
|
|
+ component: 'Select',
|
|
|
componentProps: {
|
|
|
getPopupContainer: () => document.body,
|
|
|
options: classData,
|
|
@@ -272,7 +274,7 @@
|
|
|
{
|
|
|
field: 'classId',
|
|
|
label: '班级',
|
|
|
- component: 'Select',
|
|
|
+ component: 'ApiSelect',
|
|
|
componentProps: ({ formActionType }) => {
|
|
|
const { getFieldsValue } = formActionType;
|
|
|
const formData = getFieldsValue();
|