fix: 移除closePlanModal的render()调用

This commit is contained in:
mac
2026-07-08 13:04:51 +08:00
parent 61ba9c4c5d
commit fdb16d053a
2 changed files with 1 additions and 2 deletions

View File

@@ -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) => {