Parcourir la source

feat:修改课时删除

DESKTOP-USV654P\pc il y a 4 mois
Parent
commit
2f9622e713
1 fichiers modifiés avec 3 ajouts et 1 suppressions
  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();