maxiaoxiao 4 bulan lalu
induk
melakukan
17f07444c9
1 mengubah file dengan 1 tambahan dan 1 penghapusan
  1. 1 1
      src/views/ResourceShare/sharedLocation/index.vue

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