唐耀东
2022-05-12 2546d2a6251176b0214c2d23ac93ccde5dd008f5
src/views/components/building/buildList.vue
@@ -73,10 +73,8 @@
      currentRow: undefined
    };
  },
  watch: {
    'schoolId': function (v) {
      this.getList()
    }
  mounted() {
    this.getList()
  },
  methods: {
    /** 查询建筑单元列表 */