From 67e96593ae1440c6df97696f4654a96cc8247361 Mon Sep 17 00:00:00 2001 From: wuteng <419274783@qq.com> Date: Tue, 9 Dec 2025 16:07:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A7=E7=89=A9=E7=BB=84=E6=89=B9=E6=AC=A1?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../panel/BigBatchListPanel.vue | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) 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;