소스 검색

首页《浦东新区自然资源分布》数据请求问题修复

DESKTOP-6LTVLN7\Liumouren 2 년 전
부모
커밋
b8cba51f36
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/HomeView.vue

+ 1 - 1
src/views/HomeView.vue

@@ -293,6 +293,7 @@ export default {
     initMenu(menus) {
       if (menus) {
         this.menus = menus;
+        this.getSourcesData();
       }
     },
     navSelect: function (data) {
@@ -444,7 +445,6 @@ export default {
         label: street[key]
       });
     }
-    this.getSourcesData();
   }
 };
 </script>