maxiaoxiao 4 сар өмнө
parent
commit
17f07444c9

+ 1 - 1
src/views/ResourceShare/sharedLocation/index.vue

@@ -154,11 +154,11 @@ export default {
   computed: {},
   watch: {},
   async mounted() {
+    this.searchFun();
     this.servicetype = await Getservicetype();
     this.servicetype.forEach((ty) => {
       this.sertypeMap[ty.dictValue] = ty.dictLabel;
     });
-    this.searchFun();
   },
 };
 </script>