ll
liukangdong
2024-11-25 42a22be5d9258450f66f56c7915959b8bebba6ce
admin/src/views/project/components/floorLevel.vue
@@ -97,6 +97,7 @@
      let page = pagination.page
      fetchList({ capacity, page, model: { buildingId: id } }).then(res => {
        this.list = res.records
        this.pagination.total = res.total
      })
    },
    editClick(row) {