From c487d018b2b13305456220a2d690634c4b87d18f Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 1 Aug 2024 09:23:45 +0800 Subject: [PATCH] md --- src/views/emis/emisWaybill/waybillIsPrinted.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/emis/emisWaybill/waybillIsPrinted.vue b/src/views/emis/emisWaybill/waybillIsPrinted.vue index 5489b877..979ca8d3 100644 --- a/src/views/emis/emisWaybill/waybillIsPrinted.vue +++ b/src/views/emis/emisWaybill/waybillIsPrinted.vue @@ -559,6 +559,7 @@ export default { // 清除已选择 // this.$refs.refQueryTable.clearSelection(); + this.queryParams.pageNum = 1; this.getList(); },