Browse Source

feat:修改分班没数据保存

DESKTOP-USV654P\pc 4 tháng trước cách đây
mục cha
commit
465de5a80e
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      src/views/educational/banding/task/division.vue

+ 1 - 0
src/views/educational/banding/task/division.vue

@@ -39,6 +39,7 @@
   };
 
   const handelSuccess = () => {
+    closeDrawer();
     emit('success');
   };