From 8aa86cfb38b2b8cde5ba2dd5212d9e2607059817 Mon Sep 17 00:00:00 2001
From: luxiaotao1123 <t1341870251@63.com>
Date: 星期四, 11 八月 2022 13:46:17 +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