人员定位bug修复
parent
c9bf16eb53
commit
2e1358661a
|
@ -2356,7 +2356,7 @@ export default {
|
||||||
_this.onePerLocArr[index].x = x
|
_this.onePerLocArr[index].x = x
|
||||||
_this.onePerLocArr[index].y = y
|
_this.onePerLocArr[index].y = y
|
||||||
_this.onePerLocArr[index].icon_type = 'img4_0' + pointColor
|
_this.onePerLocArr[index].icon_type = 'img4_0' + pointColor
|
||||||
ry_drag.getPosition(this.onePerLocArr[index])
|
ry_drag.getPosition(_this.onePerLocArr[index])
|
||||||
} else {
|
} else {
|
||||||
const perLoc = {
|
const perLoc = {
|
||||||
id: item.id,
|
id: item.id,
|
||||||
|
|
Loading…
Reference in New Issue