Browse Source

init

newStyle
wangxiaohua 2 years ago
parent
commit
7183c957ee
1 changed files with 5 additions and 5 deletions
  1. +5
    -5
      src/views/building/Count.vue

+ 5
- 5
src/views/building/Count.vue View File

@@ -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;


Loading…
Cancel
Save