RuoYi
2020-05-17 9aeb0cc1f334f062bc276d481786959a880a9895
ruoyi-ui/src/views/monitor/job/index.vue
@@ -397,7 +397,7 @@
          type: "warning"
        }).then(function() {
          return runJob(row.jobId, row.jobGroup);
        }).then(function() {
        }).then(() => {
          this.msgSuccess("执行成功");
        }).catch(function() {});
    },