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;