代码调试
This commit is contained in:
parent
f03a3d69de
commit
855785c873
|
|
@ -4,9 +4,9 @@ function getIsCheckFun(list) {
|
||||||
list.forEach((e) => {
|
list.forEach((e) => {
|
||||||
if (e.isCheck == 1) {
|
if (e.isCheck == 1) {
|
||||||
console.log("有待审数据", e);
|
console.log("有待审数据", e);
|
||||||
|
var elements = document.querySelectorAll(
|
||||||
let layId = `[lay-id=${e.id}]`;
|
"a[lay-id='" + e.id + "']"
|
||||||
var elements = document.querySelectorAll(layId);
|
);
|
||||||
|
|
||||||
// 遍历选中的元素
|
// 遍历选中的元素
|
||||||
elements.forEach((element) => {
|
elements.forEach((element) => {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue