|
@@ -1828,6 +1828,23 @@ export default {
|
|
/** 重置按钮操作 */
|
|
/** 重置按钮操作 */
|
|
resetQuery() {
|
|
resetQuery() {
|
|
this.resetForm("queryForm");
|
|
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.areaList = []
|
|
this.buildingList = []
|
|
this.buildingList = []
|
|
this.unitList = []
|
|
this.unitList = []
|