Browse Source

Merge branch 'startLogin'

mo 1 year ago
parent
commit
30f3a5e5ce
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/classList/index.tsx

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

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