From cc3981d99c36831cd2966a861ecfa7f1f0fd995f Mon Sep 17 00:00:00 2001 From: "meilin.huang" <954537473@qq.com> Date: Wed, 17 Jan 2024 12:13:18 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E6=95=B0=E6=8D=AE=E5=BA=93=E7=BC=96?= =?UTF-8?q?=E8=BE=91=E5=AF=BC=E8=87=B4=E6=A0=87=E7=AD=BE=E5=85=B3=E8=81=94?= =?UTF-8?q?=E5=88=A0=E9=99=A4=E4=BF=AE=E5=A4=8D=E3=80=81cron=E7=BB=84?= =?UTF-8?q?=E4=BB=B6=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- mayfly_go_web/src/components/crontab/Crontab.vue | 11 +++++++++-- mayfly_go_web/src/components/crontab/CrontabDay.vue | 2 +- mayfly_go_web/src/components/crontab/CrontabHour.vue | 2 +- mayfly_go_web/src/components/crontab/CrontabMin.vue | 2 +- mayfly_go_web/src/components/crontab/CrontabMouth.vue | 11 +---------- .../src/components/crontab/CrontabSecond.vue | 2 +- mayfly_go_web/src/components/crontab/CrontabWeek.vue | 2 +- mayfly_go_web/src/components/crontab/CrontabYear.vue | 11 +---------- server/internal/db/application/db.go | 2 +- server/internal/tag/application/tag_tree.go | 3 +++ 10 files changed, 20 insertions(+), 28 deletions(-) diff --git a/mayfly_go_web/src/components/crontab/Crontab.vue b/mayfly_go_web/src/components/crontab/Crontab.vue index ca84bc19..5a602f37 100644 --- a/mayfly_go_web/src/components/crontab/Crontab.vue +++ b/mayfly_go_web/src/components/crontab/Crontab.vue @@ -78,7 +78,7 @@