From 5a02c9dece5e54f91ccc9f2864eb0956119ff4cb Mon Sep 17 00:00:00 2001 From: luxiaotao1123 <t1341870251@63.com> Date: 星期五, 01 七月 2022 09:23:12 +0800 Subject: [PATCH] # --- static/js/app.js | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/static/js/app.js b/static/js/app.js index 0f111c5..cf1bd8b 100644 --- a/static/js/app.js +++ b/static/js/app.js @@ -369,7 +369,7 @@ if (null == staTask) { this.staTasks.push(new StaTask(staData, this)); } else { - if(!staTask.run) { + if(!staTask.run && !staTask.isDel) { staTask.modify(staData); } } -- Gitblit v1.9.1