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