Эх сурвалжийг харах

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

DESKTOP-6LTVLN7\Liumouren 2 жил өмнө
parent
commit
b8cba51f36

+ 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>