diff --git a/otherPages/myOrdersManage/clock/index.vue b/otherPages/myOrdersManage/clock/index.vue index b45e0a3..7a53e2e 100644 --- a/otherPages/myOrdersManage/clock/index.vue +++ b/otherPages/myOrdersManage/clock/index.vue @@ -136,7 +136,9 @@ - + 定制服务记录 @@ -425,6 +427,11 @@ id : n.id, }) n.orderItemList.forEach((item, inde) => { + + if(item.isMainProduct == 1){ + return + } + if(!projectNameList.includes(item.productName)){ projectNameList.push(item.productName) projectList.value.push({