Browse Source

Merge branch 'startLogin'

mo 1 năm trước cách đây
mục cha
commit
30f3a5e5ce
1 tập tin đã thay đổi với 2 bổ sung0 xóa
  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)
       }