From 32c5fc95afbb2241d80b986e385e17ee553c258c Mon Sep 17 00:00:00 2001
From: 唐耀东 <18861537@qq.com>
Date: 星期五, 13 五月 2022 22:04:32 +0800
Subject: [PATCH] 提交代码

---
 src/views/components/building/buildList.vue |    6 ++----
 1 files changed, 2 insertions(+), 4 deletions(-)

diff --git a/src/views/components/building/buildList.vue b/src/views/components/building/buildList.vue
index dfaeccf..8a9174c 100644
--- a/src/views/components/building/buildList.vue
+++ b/src/views/components/building/buildList.vue
@@ -73,10 +73,8 @@
       currentRow: undefined
     };
   },
-  watch: {
-    'schoolId': function (v) {
-      this.getList()
-    }
+  mounted() {
+    this.getList()
   },
   methods: {
     /** 鏌ヨ寤虹瓚鍗曞厓鍒楄〃 */

--
Gitblit v1.9.1