| @@ -372,7 +372,7 @@ export default { | |||||
| agentName: "", | agentName: "", | ||||
| userName: "", | userName: "", | ||||
| dateType: "4", | dateType: "4", | ||||
| staDate: "", | |||||
| startDate: "", | |||||
| endDate: "", | endDate: "", | ||||
| }, | }, | ||||
| currentPage: 1, | currentPage: 1, | ||||
| @@ -417,7 +417,7 @@ export default { | |||||
| path: "/Equipment/equipmentDetailList", | path: "/Equipment/equipmentDetailList", | ||||
| query: { | query: { | ||||
| houseId: row.id, | houseId: row.id, | ||||
| startDate: this.searchForm.staDate, | |||||
| startDate: this.searchForm.startDate, | |||||
| endDate: this.searchForm.endDate, | endDate: this.searchForm.endDate, | ||||
| dateType: this.searchForm.dateType, | dateType: this.searchForm.dateType, | ||||
| }, | }, | ||||
| @@ -458,12 +458,12 @@ export default { | |||||
| }, | }, | ||||
| timeChange(e) { | timeChange(e) { | ||||
| this.searchForm.dateType = null; | this.searchForm.dateType = null; | ||||
| this.searchForm.staDate = e[0]; | |||||
| this.searchForm.startDate = e[0]; | |||||
| this.searchForm.endDate = e[1]; | this.searchForm.endDate = e[1]; | ||||
| // this.houseChange(); | // this.houseChange(); | ||||
| }, | }, | ||||
| tabtimetap(idx) { | tabtimetap(idx) { | ||||
| this.searchForm.staDate = ""; | |||||
| this.searchForm.startDate = ""; | |||||
| this.searchForm.endDate = ""; | this.searchForm.endDate = ""; | ||||
| // this.$set(this, "time", null); | // this.$set(this, "time", null); | ||||
| this.searchForm.dateType = idx; | this.searchForm.dateType = idx; | ||||
| @@ -529,7 +529,7 @@ export default { | |||||
| agentName: "", | agentName: "", | ||||
| userName: "", | userName: "", | ||||
| dateType: "4", | dateType: "4", | ||||
| staDate: "", | |||||
| startDate: "", | |||||
| endDate: "", | endDate: "", | ||||
| }; | }; | ||||
| this.currentPage = 1; | this.currentPage = 1; | ||||