hanfucheng 2 月之前
父節點
當前提交
927134780a
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      data-ui/src/views/components/supermap-2.5d.vue

+ 1 - 1
data-ui/src/views/components/supermap-2.5d.vue

@@ -68,7 +68,7 @@
           this.superMapRootUrl = response.msg;
           this.superMapRootUrl = response.msg;
         })
         })
         if (state==undefined){
         if (state==undefined){
-          state = 6;
+          state = 10;
         }
         }
         queryMap(state,this.$store.state.user.dept.deptId).then(req => {
         queryMap(state,this.$store.state.user.dept.deptId).then(req => {
             req = req.sort(function(a, b) {
             req = req.sort(function(a, b) {