待审核红点提示和分包商评价模板修改

This commit is contained in:
liang.chao 2025-02-25 17:18:05 +08:00
parent 6c5cc93793
commit aa612a6e17
1 changed files with 1 additions and 1 deletions

View File

@ -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 + "']"