浏览代码

init

newStyle
wangxiaohua 4 年前
父节点
当前提交
7183c957ee
共有 1 个文件被更改,包括 5 次插入5 次删除
  1. +5
    -5
      src/views/building/Count.vue

+ 5
- 5
src/views/building/Count.vue 查看文件

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


正在加载...
取消
保存