From 0f662f2b3e924af51f106267260293bbea6e87af Mon Sep 17 00:00:00 2001 From: linfso Date: Thu, 1 Aug 2024 07:25:43 +0800 Subject: [PATCH] md --- src/views/emis/emisWaybill/waybillIsPrinted.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/src/views/emis/emisWaybill/waybillIsPrinted.vue b/src/views/emis/emisWaybill/waybillIsPrinted.vue index ba1cf368..102943ce 100644 --- a/src/views/emis/emisWaybill/waybillIsPrinted.vue +++ b/src/views/emis/emisWaybill/waybillIsPrinted.vue @@ -43,6 +43,8 @@ slot-scope="slotProps" :height="(slotProps.contentHeight)+'px'" + ref="refQueryTable" + :row-key="rowKey" storageName="waybillIsPrinted_main" @@ -554,6 +556,9 @@ export default { }, /** 搜索按钮操作 */ handleQuery() { + + // 清除已选择 + this.$refs.refQueryTable.clearSelection(); this.queryParams.pageNum = 1; this.getList(); },