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(); },