|
@@ -120,10 +120,13 @@ export default {
|
|
xposition: newRect.left,
|
|
xposition: newRect.left,
|
|
yposition: newRect.top
|
|
yposition: newRect.top
|
|
}
|
|
}
|
|
- updateRemoteOpc(params).then(res => {
|
|
|
|
- console.log(res)
|
|
|
|
- this.dotList[this.optDot].isActive = false
|
|
|
|
- })
|
|
|
|
|
|
+ console.log('1222222..........................')
|
|
|
|
+ if (params.id != null) {
|
|
|
|
+ updateRemoteOpc(params).then(res => {
|
|
|
|
+ console.log(res)
|
|
|
|
+ this.dotList[this.optDot].isActive = true
|
|
|
|
+ })
|
|
|
|
+ }
|
|
},
|
|
},
|
|
onCloseRight () {
|
|
onCloseRight () {
|
|
this.visibleRight = false
|
|
this.visibleRight = false
|
|
@@ -146,7 +149,7 @@ export default {
|
|
.then((res) => {
|
|
.then((res) => {
|
|
this.dotList = res.data
|
|
this.dotList = res.data
|
|
this.dotList.forEach(item => {
|
|
this.dotList.forEach(item => {
|
|
- item.isActive = false
|
|
|
|
|
|
+ item.isActive = true
|
|
})
|
|
})
|
|
})
|
|
})
|
|
},
|
|
},
|
|
@@ -194,6 +197,8 @@ export default {
|
|
}
|
|
}
|
|
.info{
|
|
.info{
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
|
|
+ font-weight: bold;
|
|
|
|
+ color: blue;
|
|
// transform: scale(0.5);
|
|
// transform: scale(0.5);
|
|
}
|
|
}
|
|
.icon{
|
|
.icon{
|