jiangping
2024-11-26 f1864f6d2d85b49fc901b22e9f6759a5d0fb360b
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) {