md
This commit is contained in:
parent
502bf54568
commit
0f662f2b3e
@ -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();
|
||||
},
|
||||
|
||||
Loading…
Reference in New Issue
Block a user