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