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