From 9960068f5defc3a1359707a1e01c70d85316a48f Mon Sep 17 00:00:00 2001 From: baiqi Date: Tue, 13 Aug 2024 17:23:15 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E8=84=91=E5=9B=BE):=20=E6=B5=8B=E8=AF=95?= =?UTF-8?q?=E8=A7=84=E5=88=92=E8=84=91=E5=9B=BE=E4=BF=9D=E5=AD=98=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/business/ms-minders/testPlanMinder/index.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/components/business/ms-minders/testPlanMinder/index.vue b/frontend/src/components/business/ms-minders/testPlanMinder/index.vue index 787636a64a..50350abdf1 100644 --- a/frontend/src/components/business/ms-minders/testPlanMinder/index.vue +++ b/frontend/src/components/business/ms-minders/testPlanMinder/index.vue @@ -911,6 +911,8 @@ configFormValidResult = true; } }); + } else { + configFormValidResult = true; } if (!configFormValidResult) return; loading.value = true;