This website works better with JavaScript.
Home
Explore
Help
Register
Sign In
zhangzl
/
nsgk_mobile
Watch
2
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
优化地图
wulanhaote
hbao
3 years ago
parent
c7c2e23b9f
commit
fad8f07cdf
2 changed files
with
5 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
src/components/Map/MapGisDrawing.vue
+4
-1
src/views/homesteadSurvey/add.vue
+ 1
- 0
src/components/Map/MapGisDrawing.vue
View File
@@ -57,6 +57,7 @@ export default {
},
//地图查看
drawingPaceCountryDarw() {
console.log(this.message);
//加载地图编辑
var that = this;
var map;
+ 4
- 1
src/views/homesteadSurvey/add.vue
View File
@@ -3606,6 +3606,7 @@
})
}
this.showzrz = true;
this.active = 3;
this.mapClickLoading();
}
},
@@ -3792,7 +3793,9 @@
})
}
this.showfsss = true;
this.mapClickLoading();}
this.active = 4;
//this.mapClickLoading();
}
},
showPopup3() {
this.show3 = true;
Write
Preview
Loading…
Cancel
Save