代码调试

This commit is contained in:
BianLzhaoMin 2025-02-19 15:28:39 +08:00
parent f03a3d69de
commit 855785c873
1 changed files with 3 additions and 3 deletions

View File

@ -4,9 +4,9 @@ function getIsCheckFun(list) {
list.forEach((e) => {
if (e.isCheck == 1) {
console.log("有待审数据", e);
let layId = `[lay-id=${e.id}]`;
var elements = document.querySelectorAll(layId);
var elements = document.querySelectorAll(
"a[lay-id='" + e.id + "']"
);
// 遍历选中的元素
elements.forEach((element) => {