Commit 14207815 authored by xxx's avatar xxx

修改路径图配置问题

parent 0b03a3a7
......@@ -369,6 +369,9 @@ export default {
},
//点击关键点获取对应数据
clickPointFn(item){
if(this.addKeyPointsAble){
return
}else{
this.transmitWay = 'edit';
this.faControlPointId = item.id;
if(item.type == '装车点'){
......@@ -422,6 +425,8 @@ export default {
})
}
}
},
handleClick1(tab, event){
if(this.transmitWay == 'edit'){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment