Commit 567b0410 authored by tanjunxin's avatar tanjunxin

fix: 保密发料单新增细节优化

parent 30e98e0b
...@@ -315,6 +315,14 @@ export default { ...@@ -315,6 +315,14 @@ export default {
}, },
/** 重置按钮操作 */ /** 重置按钮操作 */
resetQuery() { resetQuery() {
this.queryParams = {
pageNum: 1,
pageSize: 10,
itemCode: undefined,
itemName: undefined,
sapItemCode: undefined,
itemTypeId: 0,
}
this.resetForm("queryForm"); this.resetForm("queryForm");
this.handleQuery(); this.handleQuery();
}, },
......
...@@ -181,6 +181,7 @@ export default { ...@@ -181,6 +181,7 @@ export default {
}, },
handleItemSelect() { handleItemSelect() {
this.$refs.brSelectpro.resetQuery();
this.$refs.brSelectpro.showFlag = true; this.$refs.brSelectpro.showFlag = true;
}, },
onItemSelect(row) { onItemSelect(row) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment