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