mo 1 년 전
부모
커밋
bfdabe8db9
2개의 변경된 파일3개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 1
      src/components/layout/modals/suggestion-option.tsx
  2. 1 1
      src/views/studentList/index.tsx

+ 2 - 1
src/components/layout/modals/suggestion-option.tsx

@@ -28,7 +28,8 @@ export default defineComponent({
       suggestionTypeId: null,
       clientType: 'TEACHER',
       content: '',
-      attachmentUrls: ''
+      attachmentUrls: '',
+      type: "APP",
     });
     const state = reactive([]) as any;
 

+ 1 - 1
src/views/studentList/index.tsx

@@ -321,7 +321,7 @@ export default defineComponent({
               </>
             )
           }}>
-          新增学生
+          邀请学生
         </NButton>
         <div class={styles.tableWrap}>
           <NDataTable