Commit fc60b3f4 authored by 耿迪迪's avatar 耿迪迪

地图合并 gengdidi

parent 960177d5
......@@ -88,10 +88,10 @@
</div>
</div>
<!-- <el-select
<!-- <el-select-->
<el-input v-model="keyWord" placeholder="点击输入" id="tipinput" class="search-input"/>
<el-button type="red" icon="el-icon-search" class="search-but" @click="search()">搜索</el-button>
<el-button
<!-- <el-button
type="primary"
style="position: absolute; top: 100px; left: 75%"
@click="addDevice"
......@@ -273,6 +273,11 @@ export default {
// 0是初始,1是新建 2是编辑 3删除
this.gaoMap.lineType=1;
this.gaoMap.createNewLine();
}else {
console.log(this.createValue,"rewrewqrew===========")
console.log(this.targetNum,"rewrewqrew===========1111111111")
this.gaoMap.draw(this.createValue.toString());
}
},
// 新建按钮还原
......
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