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