maxiaoxiao 4 月之前
父節點
當前提交
17f07444c9
共有 1 個文件被更改,包括 1 次插入1 次删除
  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>