浏览代码

页面提交

wang_xy 3 天之前
父节点
当前提交
ca7bdf62a7
共有 3 个文件被更改,包括 3 次插入4 次删除
  1. 1 2
      src/views/SentryCockpit.vue
  2. 2 1
      src/views/SentryEmergencyCenter.vue
  3. 0 1
      src/views/SentryPage.vue

+ 1 - 2
src/views/SentryCockpit.vue

@@ -297,12 +297,11 @@
         businessUsers:0,
         civilUsers:0,
         industryUsers:0,
-        secondaryPressLength:0,
         /** 用户数量信息 **/
         /** 管线长度数量信息 **/
         centerPressLength:0,
         lowPressLength:0,
-        secondaryPressLengt:0,
+        secondaryPressLength:0,
         totalLength:0,
         /** 管线长度数量信息 **/
 

+ 2 - 1
src/views/SentryEmergencyCenter.vue

@@ -551,6 +551,7 @@
 		},
 		methods: {
       setPositioning(longitude, latitude) {
+
         let that = this
         that.positioning.lon = longitude
         that.positioning.lat = latitude
@@ -559,7 +560,7 @@
         // this.visible = true;
         // this.positioning.lon = ''
         // this.positioning.lat = ''
-        this.$parent.$refs.supermap.clearDW()
+        // this.$parent.$refs.supermap.clearDW()
         this.$parent.$refs.supermap.setIsObtainLaAndLon(true)
       },
       // 获取部门列表树

+ 0 - 1
src/views/SentryPage.vue

@@ -316,7 +316,6 @@
 		},
     methods:{
       setPositioning(longitude, latitude) {
-        debugger
         this.positioning.lon = longitude
         this.positioning.lat = latitude
       },