重置
This commit is contained in:
parent
484fe1cdeb
commit
e10af2453b
@ -160,6 +160,7 @@ export default {
|
|||||||
pageSize: 10,
|
pageSize: 10,
|
||||||
name: null,
|
name: null,
|
||||||
type: null,
|
type: null,
|
||||||
|
igdName: null,
|
||||||
smallClass: null,
|
smallClass: null,
|
||||||
bigClass: null,
|
bigClass: null,
|
||||||
reviewStatus: "yes",
|
reviewStatus: "yes",
|
||||||
@ -254,6 +255,7 @@ export default {
|
|||||||
this.getList({});
|
this.getList({});
|
||||||
},
|
},
|
||||||
resetQuery() {
|
resetQuery() {
|
||||||
|
this.clean();
|
||||||
this.resetForm("queryForm");
|
this.resetForm("queryForm");
|
||||||
this.dishClassQueryParam = [];
|
this.dishClassQueryParam = [];
|
||||||
this.handleQuery();
|
this.handleQuery();
|
||||||
|
Loading…
x
Reference in New Issue
Block a user