相关方app端编辑信息bug修复
parent
3aac7c988f
commit
7e669c0eab
|
@ -799,7 +799,6 @@ export default {
|
|||
}).catch((e) => {
|
||||
this.listLoading = false
|
||||
})
|
||||
|
||||
},
|
||||
async untie(id) {
|
||||
this.$confirm('确定要删除吗?', {
|
||||
|
@ -826,7 +825,7 @@ export default {
|
|||
})
|
||||
}).catch(() => {
|
||||
})
|
||||
},
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
|
|
@ -2356,7 +2356,7 @@ export default {
|
|||
_this.onePerLocArr[index].x = x
|
||||
_this.onePerLocArr[index].y = y
|
||||
_this.onePerLocArr[index].icon_type = 'img4_0' + pointColor
|
||||
ry_drag.getPosition(this.onePerLocArr[index])
|
||||
ry_drag.getPosition(_this.onePerLocArr[index])
|
||||
} else {
|
||||
const perLoc = {
|
||||
id: item.id,
|
||||
|
|
Loading…
Reference in New Issue