Parcourir la source

Merge branch 'startLogin'

mo il y a 1 an
Parent
commit
30f3a5e5ce
1 fichiers modifiés avec 2 ajouts et 0 suppressions
  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)
       }