From 408a3200012ce95c6a9f9feb8b2ba2883f8789e2 Mon Sep 17 00:00:00 2001 From: zhang zhuo Date: Thu, 23 Oct 2025 14:08:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=9A=E6=97=B6=E4=BB=BB=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/monitor/crontab/save.vue | 5 ++++- src/views/monitor/crontab_log/index.vue | 2 +- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/monitor/crontab/save.vue b/src/views/monitor/crontab/save.vue index 1b02ccf..58852ff 100644 --- a/src/views/monitor/crontab/save.vue +++ b/src/views/monitor/crontab/save.vue @@ -16,6 +16,9 @@ + + + @@ -52,7 +55,7 @@ let form = ref({ crontab_id: null, crontab_name: '', singleton: 1, - enable: 0, + enable: 1, skip_log: 1, rule: '', callback: '' diff --git a/src/views/monitor/crontab_log/index.vue b/src/views/monitor/crontab_log/index.vue index 1c1a78d..2e1a592 100644 --- a/src/views/monitor/crontab_log/index.vue +++ b/src/views/monitor/crontab_log/index.vue @@ -1,5 +1,5 @@