From 76225587a0cbe468e092d1f16c82ffdf56c33353 Mon Sep 17 00:00:00 2001 From: tyza66 Date: Tue, 14 Jul 2026 15:47:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=9D=E6=8C=81=20Cron=20=E9=A6=96?= =?UTF-8?q?=E6=AC=A1=E6=89=A7=E8=A1=8C=E9=80=89=E9=A1=B9=E7=A6=81=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- soloncode-cli/src/main/resources/static/js/app-loop.js | 1 + 1 file changed, 1 insertion(+) diff --git a/soloncode-cli/src/main/resources/static/js/app-loop.js b/soloncode-cli/src/main/resources/static/js/app-loop.js index 8e2d6aef..5edc18c0 100644 --- a/soloncode-cli/src/main/resources/static/js/app-loop.js +++ b/soloncode-cli/src/main/resources/static/js/app-loop.js @@ -577,6 +577,7 @@ showToast('未找到任务数据', 'error'); } $p.find('.loop-input, .loop-checkbox input, select').prop('disabled', false); + $p.find('input[name=loopScheduleType]:checked').trigger('change'); $p.find('#loopFormSaveBtn').prop('disabled', false).text('保存'); }); }