mo před 1 rokem
rodič
revize
bdf68880fb
1 změnil soubory, kde provedl 2 přidání a 0 odebrání
  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)
       }