Administrator
2022-04-11 79d9fc857559982b00b68b2d709807bdc4cd286f
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(
        "确定停止当前任务?",
        {