Browse Source

+ 任务调度

chen.cheng 11 months ago
parent
commit
51a80acee9
2 changed files with 3 additions and 3 deletions
  1. 1 1
      ems-ui/src/views/monitor/job/index.vue
  2. 2 2
      ems-ui/src/views/monitor/job/log.vue

+ 1 - 1
ems-ui/src/views/monitor/job/index.vue

@@ -504,7 +504,7 @@ export default {
     },
     /** 导出按钮操作 */
     handleExport() {
-      this.download('schedule/job/export', {
+      this.download('ems/monitor/job/export', {
         ...this.queryParams
       }, `job_${new Date().getTime()}.xlsx`)
     }

+ 2 - 2
ems-ui/src/views/monitor/job/log.vue

@@ -286,10 +286,10 @@ export default {
     },
     /** 导出按钮操作 */
     handleExport() {
-      this.download('schedule/job/log/export', {
+      this.download('ems/monitor/job/log/export', {
         ...this.queryParams
       }, `log_${new Date().getTime()}.xlsx`)
     }
   }
 };
-</script>
+</script>