diff --git a/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue b/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue index 6f5c8a80..e6c0b308 100644 --- a/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue +++ b/src/views/emis/emisTmsSiteBatch/panel/BigBatchListPanel.vue @@ -455,15 +455,15 @@ export default { let rqParams = {...this.queryParams}; if(this.queryParams.queryKey){ - rqParams={ - pageNum: this.queryParams.pageNum, - pageSize: this.queryParams.pageSize, - queryKey:null, - params:{ - billCode:null, - batchNo:null - } - }; + // rqParams={ + // pageNum: this.queryParams.pageNum, + // pageSize: this.queryParams.pageSize, + // queryKey:null, + // params:{ + // billCode:null, + // batchNo:null + // } + // }; if(this.queryOrderType=='1'){ rqParams.params.billCode=this.queryParams.queryKey;