From aa612a6e17273c6d31164ee83d57dbe170493e56 Mon Sep 17 00:00:00 2001 From: "liang.chao" <1360241448@qq.com> Date: Tue, 25 Feb 2025 17:18:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BE=85=E5=AE=A1=E6=A0=B8=E7=BA=A2=E7=82=B9?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E5=92=8C=E5=88=86=E5=8C=85=E5=95=86=E8=AF=84?= =?UTF-8?q?=E4=BB=B7=E6=A8=A1=E6=9D=BF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/js/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main/resources/static/js/main.js b/src/main/resources/static/js/main.js index 8a771c9..369f07e 100644 --- a/src/main/resources/static/js/main.js +++ b/src/main/resources/static/js/main.js @@ -2,7 +2,7 @@ initMenu(); function getIsCheckFun(list) { if (list && list.length > 0) { list.forEach((e) => { - if (e.isCheck == 1) { + if (e.isCheck == 1 || e.status == 0) { console.log("有待审数据", e); var elements = document.querySelectorAll( "a[lay-id='" + e.id + "']"