Commit 567b0410 authored by tanjunxin's avatar tanjunxin

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

parent 30e98e0b
......@@ -315,6 +315,14 @@ export default {
},
/** 重置按钮操作 */
resetQuery() {
this.queryParams = {
pageNum: 1,
pageSize: 10,
itemCode: undefined,
itemName: undefined,
sapItemCode: undefined,
itemTypeId: 0,
}
this.resetForm("queryForm");
this.handleQuery();
},
......
......@@ -181,6 +181,7 @@ export default {
},
handleItemSelect() {
this.$refs.brSelectpro.resetQuery();
this.$refs.brSelectpro.showFlag = true;
},
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