Showing
1 changed file
with
0 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 | // 今天 | ... | ... |