Explorar el Código

[Fix 0000]定时任务模块启动任务问题修改

bobo04052021@163.com hace 1 mes
padre
commit
f1511edfa5
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/views/monitor/quartz/index.vue

+ 1 - 0
src/views/monitor/quartz/index.vue

@@ -189,6 +189,7 @@ async function handlerResume(record) {
   console.log(record.ntype, '类型');
   // await collectJob({ id: record.id }, reload);
   // } else await resumeJob({ id: record.id }, reload);
+  await resumeJob({ id: record.id }, reload);
 }
 
 /**