Browse Source

feat:修改课时删除

DESKTOP-USV654P\pc 4 months ago
parent
commit
2f9622e713
1 changed files with 3 additions and 1 deletions
  1. 3 1
      src/views/educational/timetable/index.vue

+ 3 - 1
src/views/educational/timetable/index.vue

@@ -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();