From fdb16d053a0ce78b9be7ef4768a2458f016f2104 Mon Sep 17 00:00:00 2001 From: mac Date: Wed, 8 Jul 2026 13:04:51 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4closePlanModal?= =?UTF-8?q?=E7=9A=84render()=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- static/modules/plan.js | 1 - templates/index.html | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/static/modules/plan.js b/static/modules/plan.js index 552466d..07e4148 100644 --- a/static/modules/plan.js +++ b/static/modules/plan.js @@ -689,7 +689,6 @@ window.planRevertTaskType = (btn) => { window.closePlanModal = () => { const modal = document.querySelector("#planModal"); if (modal) modal.classList.add("hidden"); - render(); }; window.planEditSignMonth = (event, pfId) => { diff --git a/templates/index.html b/templates/index.html index 901bc9a..d8831b2 100644 --- a/templates/index.html +++ b/templates/index.html @@ -80,7 +80,7 @@
-

OPC Manager v1.0.0.20

+

OPC Manager v1.0.0.21

科普 OPC 工作台