This commit is contained in:
linfso 2024-08-01 07:25:43 +08:00
parent 502bf54568
commit 0f662f2b3e

View File

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