md
This commit is contained in:
parent
502bf54568
commit
0f662f2b3e
@ -43,6 +43,8 @@
|
|||||||
slot-scope="slotProps"
|
slot-scope="slotProps"
|
||||||
:height="(slotProps.contentHeight)+'px'"
|
:height="(slotProps.contentHeight)+'px'"
|
||||||
|
|
||||||
|
ref="refQueryTable"
|
||||||
|
|
||||||
:row-key="rowKey"
|
:row-key="rowKey"
|
||||||
|
|
||||||
storageName="waybillIsPrinted_main"
|
storageName="waybillIsPrinted_main"
|
||||||
@ -554,6 +556,9 @@ export default {
|
|||||||
},
|
},
|
||||||
/** 搜索按钮操作 */
|
/** 搜索按钮操作 */
|
||||||
handleQuery() {
|
handleQuery() {
|
||||||
|
|
||||||
|
// 清除已选择
|
||||||
|
this.$refs.refQueryTable.clearSelection();
|
||||||
this.queryParams.pageNum = 1;
|
this.queryParams.pageNum = 1;
|
||||||
this.getList();
|
this.getList();
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user