From a67711d2b9c90d9f9e504306fed210a66969d4d9 Mon Sep 17 00:00:00 2001 From: src48597962 <48597962@qq.com> Date: Mon, 16 Sep 2024 15:17:50 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'SrcJySet.js'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SrcJySet.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/SrcJySet.js b/SrcJySet.js index ba30c534..e5c77546 100644 --- a/SrcJySet.js +++ b/SrcJySet.js @@ -305,6 +305,7 @@ function SRCSet() { title: "批量较验", url: $('#noLoading#').lazyRule(() => { let duoselect = storage0.getMyVar('SrcJu_duoselect') || []; + duoselect = duoselect.filter(v=>!v.stop); if(duoselect.length==0){ return "toast://未选择"; } @@ -451,7 +452,7 @@ function SRCSet() { } return {error:error, d:d, data:data} } - let list = duoselect.map((item) => { + let list = duoselect.filter(v=>!v.stop).map((item) => { return { func: task, param: item,