Ver Fonte

提交

1
mo há 1 ano atrás
pai
commit
bdf68880fb
1 ficheiros alterados com 2 adições e 0 exclusões
  1. 2 0
      src/views/classList/index.tsx

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

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