From ee1489485d7d4c0de461b564db121028ae1f640e Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 15 Jul 2025 10:48:32 +0800 Subject: [PATCH] =?UTF-8?q?=E7=89=B9=E6=AE=8A=E5=8F=96=E9=87=8D=EF=BC=8C?= =?UTF-8?q?=E4=BA=A7=E5=93=81=E7=B1=BB=E5=9E=8B=E5=8F=82=E6=95=B0=E7=BC=BA?= =?UTF-8?q?=E5=A4=B1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../emis/emisSpecialCalcWeight/index.vue | 19 +++++++++---------- 1 file changed, 9 insertions(+), 10 deletions(-) diff --git a/src/views/emis/emisSpecialCalcWeight/index.vue b/src/views/emis/emisSpecialCalcWeight/index.vue index 91f90f28..8f201810 100644 --- a/src/views/emis/emisSpecialCalcWeight/index.vue +++ b/src/views/emis/emisSpecialCalcWeight/index.vue @@ -241,16 +241,15 @@ export default { getList() { this.loading = true; this.queryParams.params = {}; - - if(this.queryParams.prodCodeSelArr){ - if(this.queryParams.prodCodeSelArr.length==2){ - this.queryParams.prodCode=this.queryParams.prodCodeSelArr[1]; - }else{ - this.queryParams.prodCode=null; - } - }else{ - this.queryParams.prodCode=null; - } + // if(this.queryParams.prodCodeSelArr){ + // if(this.queryParams.prodCodeSelArr.length==2){ + // this.queryParams.prodCode=this.queryParams.prodCodeSelArr[1]; + // }else{ + // this.queryParams.prodCode=null; + // } + // }else{ + // this.queryParams.prodCode=null; + // } listEmisSpecialCalcWeight(this.queryParams).then(response => { this.emisSpecialCalcWeightList = response.rows;