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