230320a303 2 年 前
コミット
4eaadd56a9

ファイルの差分が大きいため隠しています
+ 0 - 0
dist/index.html


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/css/chunk-0c3c4c72.26eb6127.css


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/app.3c53daaa.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-0c3c4c72.b0c444a9.js


ファイルの差分が大きいため隠しています
+ 0 - 0
dist/static/js/chunk-7ce88a66.a451592e.js


+ 6 - 0
src/views/map/dtl2.vue

@@ -313,6 +313,9 @@ export default {
           // console.log(this.mapDiyObj.center)
         },
         click(e) {
+          if (!that.isDbShow) {
+            return
+          }
           const { lng, lat } = e.lnglat
           // console.log(lng, lat)
           that.mapDiyObj.center = [lng, lat]
@@ -765,6 +768,9 @@ export default {
       curMap.setFeatures(data)
     },
     getList () {
+      if (!this.isDbShow) {
+        return
+      }
       const query = this.$route.query
       // this.$api.other.admmapcoordindatalist({
       this.$api.other.admmapcoordinaround({

この差分においてかなりの量のファイルが変更されているため、一部のファイルを表示していません