|
|
|
@ -73,7 +73,7 @@ |
|
|
|
> |
|
|
|
> |
|
|
|
</el-date-picker> |
|
|
|
</el-date-picker> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<el-select |
|
|
|
<!-- <el-select |
|
|
|
style="margin-left: 0.12rem" |
|
|
|
style="margin-left: 0.12rem" |
|
|
|
v-model="systemType" |
|
|
|
v-model="systemType" |
|
|
|
placeholder="请选择系统类型" |
|
|
|
placeholder="请选择系统类型" |
|
|
|
@ -85,7 +85,7 @@ |
|
|
|
:label="dict.dictLabel" |
|
|
|
:label="dict.dictLabel" |
|
|
|
:value="dict.dictValue" |
|
|
|
:value="dict.dictValue" |
|
|
|
/> |
|
|
|
/> |
|
|
|
</el-select> |
|
|
|
</el-select> --> |
|
|
|
<div class="success-btn"> |
|
|
|
<div class="success-btn"> |
|
|
|
<el-button |
|
|
|
<el-button |
|
|
|
type="success" |
|
|
|
type="success" |
|
|
|
@ -241,7 +241,9 @@ export default { |
|
|
|
this.initChart2(); |
|
|
|
this.initChart2(); |
|
|
|
this.screenAdapter(); |
|
|
|
this.screenAdapter(); |
|
|
|
window.addEventListener("resize", this.screenAdapter); |
|
|
|
window.addEventListener("resize", this.screenAdapter); |
|
|
|
this.getDictList(); |
|
|
|
// this.getDictList(); |
|
|
|
|
|
|
|
this.getTableData(); |
|
|
|
|
|
|
|
this.getChartsData(); |
|
|
|
this.userName = sessionStorage.getItem("userName"); |
|
|
|
this.userName = sessionStorage.getItem("userName"); |
|
|
|
}, |
|
|
|
}, |
|
|
|
destroyed() { |
|
|
|
destroyed() { |
|
|
|
@ -412,7 +414,7 @@ export default { |
|
|
|
endTime: this.endTime, |
|
|
|
endTime: this.endTime, |
|
|
|
pageNum: this.pageParm.page, |
|
|
|
pageNum: this.pageParm.page, |
|
|
|
pageSize: this.pageParm.pageSize, |
|
|
|
pageSize: this.pageParm.pageSize, |
|
|
|
systemType: this.systemType, |
|
|
|
systemType: "0", |
|
|
|
}; |
|
|
|
}; |
|
|
|
console.log("查询数据参数", data); |
|
|
|
console.log("查询数据参数", data); |
|
|
|
this.listLoading = true; |
|
|
|
this.listLoading = true; |
|
|
|
@ -455,7 +457,7 @@ export default { |
|
|
|
endTime: this.endTime, |
|
|
|
endTime: this.endTime, |
|
|
|
pageNum: 0, |
|
|
|
pageNum: 0, |
|
|
|
pageSize: 10, |
|
|
|
pageSize: 10, |
|
|
|
systemType: this.systemType, |
|
|
|
systemType: "0", |
|
|
|
}; |
|
|
|
}; |
|
|
|
console.log("查询数据参数", data); |
|
|
|
console.log("查询数据参数", data); |
|
|
|
energyInquiry(data).then((res) => { |
|
|
|
energyInquiry(data).then((res) => { |
|
|
|
|