This commit is contained in:
huangdeliang 2021-04-27 17:37:37 +08:00
parent 484fe1cdeb
commit e10af2453b

View File

@ -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();