From f98059f7c23be9269795002ffb36e65347ce5d03 Mon Sep 17 00:00:00 2001
From: heimawl <1785969728@qq.com>
Date: 星期五, 16 六月 2023 10:06:23 +0800
Subject: [PATCH] 完成题库管理模块搭建

---
 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