待审核红点提示和分包商评价模板修改
This commit is contained in:
parent
6c5cc93793
commit
aa612a6e17
|
|
@ -2,7 +2,7 @@ initMenu();
|
||||||
function getIsCheckFun(list) {
|
function getIsCheckFun(list) {
|
||||||
if (list && list.length > 0) {
|
if (list && list.length > 0) {
|
||||||
list.forEach((e) => {
|
list.forEach((e) => {
|
||||||
if (e.isCheck == 1) {
|
if (e.isCheck == 1 || e.status == 0) {
|
||||||
console.log("有待审数据", e);
|
console.log("有待审数据", e);
|
||||||
var elements = document.querySelectorAll(
|
var elements = document.querySelectorAll(
|
||||||
"a[lay-id='" + e.id + "']"
|
"a[lay-id='" + e.id + "']"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue