forked from zhba/zhba_enterprises
src/views/system/quartz.vue @@ -371,6 +371,7 @@ }, //任务恢复 activateQuartz(row) { row['status'] = 1; this.$confirm( "确定恢复当前任务?", { @@ -413,6 +414,7 @@ }, //停止任务 stopQuartz(row) { row['status'] = 2; this.$confirm( "确定停止当前任务?", {