Commit 712926277c2fdd0a89cbbcf482a233fa59f37f3c
Merge branch 'main' into 'main_dev'
# Conflicts: # pages/alarm/alarm.vue
Showing
2 changed files
with
2 additions
and
3 deletions
... | ... | @@ -164,10 +164,7 @@ |
164 | 164 | }); |
165 | 165 | }); |
166 | 166 | const keys = await getDeviceKeys(tbDeviceId); |
167 | - console.log(this.getAttrList.map(item=>item.identifier),'aaaaaaaa') | |
168 | - | |
169 | 167 | this.keys = [this.getAttrList.map(item=>item.identifier)]; |
170 | - console.log(this,keys,this.keys)//123 | |
171 | 168 | // 昨天 |
172 | 169 | this.yesterday = moment().subtract(1, "days").format("YYYY-MM-DD"); |
173 | 170 | // 今天 | ... | ... |