Explorar o código

feat:修改分班没数据保存

DESKTOP-USV654P\pc hai 4 meses
pai
achega
465de5a80e
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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');
   };