Merge remote-tracking branch 'origin/dev' into dev
This commit is contained in:
commit
57d016bd41
@ -623,7 +623,7 @@ export default {
|
||||
this.innerVisible3 = false;
|
||||
},
|
||||
lookitem(item) {
|
||||
console.log(item)
|
||||
console.log(item);
|
||||
this.itemlist = [];
|
||||
this.items = [];
|
||||
this.temqueryParams.batchId = item.id;
|
||||
@ -709,6 +709,12 @@ export default {
|
||||
},
|
||||
/** 重置按钮操作 */
|
||||
resetQuery() {
|
||||
this.queryParams = {
|
||||
pageNum: 1,
|
||||
pageSize: 10,
|
||||
batchCode: null,
|
||||
batchName: null,
|
||||
};
|
||||
this.resetForm("queryForm");
|
||||
this.handleQuery();
|
||||
this.queryParams.className = "";
|
||||
|
||||
Loading…
Reference in New Issue
Block a user