特殊取重,产品类型参数缺失

This commit is contained in:
wuteng 2025-07-15 10:48:32 +08:00
parent b02e4539fd
commit ee1489485d

View File

@ -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;