Commit 14207815 authored by xxx's avatar xxx

修改路径图配置问题

parent 0b03a3a7
...@@ -369,6 +369,9 @@ export default { ...@@ -369,6 +369,9 @@ export default {
}, },
//点击关键点获取对应数据 //点击关键点获取对应数据
clickPointFn(item){ clickPointFn(item){
if(this.addKeyPointsAble){
return
}else{
this.transmitWay = 'edit'; this.transmitWay = 'edit';
this.faControlPointId = item.id; this.faControlPointId = item.id;
if(item.type == '装车点'){ if(item.type == '装车点'){
...@@ -422,6 +425,8 @@ export default { ...@@ -422,6 +425,8 @@ export default {
}) })
} }
}
}, },
handleClick1(tab, event){ handleClick1(tab, event){
if(this.transmitWay == 'edit'){ 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