From 4c0b28453065289a0c447c27bd6237d72c0b1c5d Mon Sep 17 00:00:00 2001 From: mk <2403457699@qq.com> Date: Fri, 13 Sep 2024 16:34:31 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BB=8A=E6=97=A5=E5=B8=82=E5=9C=BA=E7=BC=BA?= =?UTF-8?q?=E5=B0=91=E9=83=A8=E5=88=86=E6=95=B0=E6=8D=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/next/screen-content-left/zdyf-left/index.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/next/screen-content-left/zdyf-left/index.vue b/src/views/next/screen-content-left/zdyf-left/index.vue index 1bda716..64a864f 100644 --- a/src/views/next/screen-content-left/zdyf-left/index.vue +++ b/src/views/next/screen-content-left/zdyf-left/index.vue @@ -283,10 +283,8 @@ export default { deduplicationJs (arr) { const data = [] arr.forEach((item, index) => { - if ((index + 1) % 2 === 0) { const num = item.AvgPrice data.push({ ...item, price: num }) - } }) return data }, @@ -294,7 +292,6 @@ export default { prcCollectionListForGov({ ...this.params, ...data }).then((res) => { if (res.priceslist.length > 0) { this.dayList = res.priceslist.filter(item => item.CategoryName == '蔬菜') - console.log(this.dayList) this.getDayScTData() } else { this.times = this.$moment(this.times)