From c847083081c24985de9492713cca57e236464e08 Mon Sep 17 00:00:00 2001 From: shijing Date: Fri, 9 Jan 2026 14:13:42 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E5=8E=BB=E9=99=A4=E5=A4=9A=E4=BD=99?= =?UTF-8?q?=E7=9A=84consolelog?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/statistics/bxerp/defectPBHZ.vue | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/views/statistics/bxerp/defectPBHZ.vue b/src/views/statistics/bxerp/defectPBHZ.vue index 2cd1da2c..398457c3 100644 --- a/src/views/statistics/bxerp/defectPBHZ.vue +++ b/src/views/statistics/bxerp/defectPBHZ.vue @@ -142,8 +142,6 @@ export default { that.$API.bi.dataset.exec.req('product_defect_pb_hz', params).then((res) => { let data = res.data2.ds0; data.forEach(item=>{ - console.log('userList',userList) - console.log('userList',userList.indexOf(item.员工)) if(users.indexOf(item.员工)>-1){}else{ users.push(item.员工); userList.push({text:item.员工,value:item.员工})