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 工作台