Merge branch 'dev' of http://192.168.0.56:3000/bonus/devicesmgt into dev
This commit is contained in:
commit
28d34ce4fa
|
|
@ -223,6 +223,9 @@ export default {
|
|||
resetQuery() {
|
||||
this.dateRange = [];
|
||||
this.resetForm("queryForm");
|
||||
this.queryParams.time = null;
|
||||
this.queryParams.unitId = null;
|
||||
this.queryParams.proId = null;
|
||||
this.handleQuery();
|
||||
},
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue