|
@@ -137,13 +137,15 @@ export default {
|
|
this.imgUrl = res.data.opcImg
|
|
this.imgUrl = res.data.opcImg
|
|
console.log(this.imgUrl)
|
|
console.log(this.imgUrl)
|
|
})
|
|
})
|
|
|
|
+ console.log('0:' + new Date())
|
|
queryRemoteOpc({ line: this.positionId })
|
|
queryRemoteOpc({ line: this.positionId })
|
|
.then((res) => {
|
|
.then((res) => {
|
|
- console.log(res.data)
|
|
|
|
|
|
+ console.log('1:' + new Date())
|
|
this.dotList = res.data
|
|
this.dotList = res.data
|
|
this.dotList.forEach(item => {
|
|
this.dotList.forEach(item => {
|
|
item.isActive = false
|
|
item.isActive = false
|
|
})
|
|
})
|
|
|
|
+ console.log('2:' + new Date())
|
|
})
|
|
})
|
|
},
|
|
},
|
|
setTree (record = {}) {
|
|
setTree (record = {}) {
|