代码调试
This commit is contained in:
parent
f03a3d69de
commit
855785c873
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue