特殊取重,产品类型参数缺失
This commit is contained in:
parent
b02e4539fd
commit
ee1489485d
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user