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