소스 검색

Merge branch 'startLogin'

mo 1 년 전
부모
커밋
30f3a5e5ce
1개의 변경된 파일2개의 추가작업 그리고 0개의 파일을 삭제
  1. 2 0
      src/views/classList/index.tsx

+ 2 - 0
src/views/classList/index.tsx

@@ -316,6 +316,8 @@ export default defineComponent({
       try{
         const res = await addGroup({classGroupId:state.activeRow.id})
         message.success('创建成功')
+        state.groupVisiable = false
+        getList()
       }catch(e){
         console.log(e)
       }