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