From eebb84093f7e5e70ffe61fa2b821bb45de4ef6b3 Mon Sep 17 00:00:00 2001 From: "liu.xiaofeng@ebiz-digits.com" Date: Tue, 20 Feb 2024 15:37:22 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=A7=E5=93=81=E5=88=97=E8=A1=A8=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/GBC/projectDetail.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/views/GBC/projectDetail.vue b/src/views/GBC/projectDetail.vue index db435913e..85a53dac1 100644 --- a/src/views/GBC/projectDetail.vue +++ b/src/views/GBC/projectDetail.vue @@ -302,9 +302,6 @@ export default { getList(params).then(res=>{ if(res.result == '0') { this.dataList4 = this.dataList4.concat(res.productList) - this.dataList4 = this.dataList4.concat(res.productList) - this.dataList4 = this.dataList4.concat(res.productList) - this.dataList4 = this.dataList4.concat(res.productList) } else { this.$toast(res.resultMessage) }