Merge branch 'feature_1.0'
| | |
| | | return bgColorList
|
| | | },
|
| | | deviceDetail () {
|
| | | console.log('this.farterItem', this.farterItem)
|
| | | console.log('this.farterItem', this.clickmac)
|
| | | console.log('this.childerItem', this.childerItem)
|
| | | this.monitorPointInfo = this.farterItem
|
| | |
|
| | | this.$router.push({
|
| | | name: 'deviceDetail',
|
| | | params: {
|
| | | monitorPointInfo: this.farterItem,
|
| | | device: this.clickmac,
|
| | | device: this.childerItem,
|
| | | macName: this.clickmac,
|
| | | indexs: this.indexsLaber,
|
| | | items: [this.clickmac.latitude, this.clickmac.longitude]
|
| | | items: [this.childerItem.latitude, this.childerItem.longitude]
|
| | | },
|
| | | query: {
|
| | | monitorPointInfo: JSON.stringify(this.farterItem),
|
| | | device: JSON.stringify(this.clickmac),
|
| | | device: JSON.stringify(this.childerItem),
|
| | | macName: this.clickmac,
|
| | | indexs: this.indexsLaber,
|
| | | items: [this.clickmac.latitude, this.clickmac.longitude]
|
| | | items: [this.childerItem.latitude, this.childerItem.longitude]
|
| | | }
|
| | | })
|
| | | },
|
| | |
| | | .openPopup()
|
| | | return
|
| | | }
|
| | | this.childerItem.name = res.data.name
|
| | | let colorliststyleBgColor = this.styleBgColor(res.data)
|
| | | console.log('colorliststyleBgColor', colorliststyleBgColor)
|
| | | let deviceDetails = res.data
|