Explorar el Código

feat:修改分班没数据保存

DESKTOP-USV654P\pc hace 4 meses
padre
commit
465de5a80e
Se han modificado 1 ficheros con 1 adiciones y 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');
   };