权限按钮处理

This commit is contained in:
ym1026
2025-09-15 15:47:38 +08:00
parent 60aa1a33ef
commit 7c2e7d4547
12 changed files with 58 additions and 39 deletions

View File

@@ -119,9 +119,9 @@ export default {
this.getStatDayList(3)
]).then((r) => {
if (
this.deviceInfo.energy.length &&
this.deviceInfo.charge.length &&
this.deviceInfo.pv.length
this.deviceInfo.energy &&
this.deviceInfo.charge &&
this.deviceInfo.pv
) {
const newArr = this.mergedArray(
this.deviceInfo.energy,