From f714a3478472565306b79ac91eff63b05a227b88 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期一, 04 十二月 2023 11:09:48 +0800
Subject: [PATCH] Merge branch 'wulong' of http://116.62.18.175:6699/r/~yxh/smartor-web into yxh01
---
src/views/monitor/job/index.vue | 2 ++
1 files changed, 2 insertions(+), 0 deletions(-)
diff --git a/src/views/monitor/job/index.vue b/src/views/monitor/job/index.vue
index 37c8fc1..e5f808d 100644
--- a/src/views/monitor/job/index.vue
+++ b/src/views/monitor/job/index.vue
@@ -293,6 +293,8 @@
<script>
import { listJob, getJob, delJob, addJob, updateJob, runJob, changeJobStatus } from "@/api/monitor/job";
import Crontab from '@/components/Crontab'
+import * as echarts from "echarts";
+
export default {
components: { Crontab },
--
Gitblit v1.9.3