@@ -1828,6 +1828,23 @@ export default {
/** 重置按钮操作 */
resetQuery() {
this.resetForm("queryForm");
+ this.queryParams1={
+ pageNum: 1,
+ pageSize: 10,
+ district: undefined,
+ areaId: undefined,
+ buildingId: undefined,
+ unitId: undefined,
+ houseId: undefined,
+ enginType: undefined,
+ enginClassification: undefined,
+ enginCycle: 0,
+ completionStatus: undefined,
+ imgUrl: undefined,
+ type: undefined,
+ beginTime:[],
+ createBy:''
+ }
this.areaList = []
this.buildingList = []
this.unitList = []