From 8f6dc2ba11ba2a277b70b02c4514f282338ea553 Mon Sep 17 00:00:00 2001 From: dev_ljl <2590379346@qq.com> Date: Wed, 30 Jul 2025 15:27:32 +0800 Subject: [PATCH] =?UTF-8?q?fix=EF=BC=9A=E5=BB=BA=E7=AD=91=E7=AE=A1?= =?UTF-8?q?=E7=90=86=E3=80=81=E6=A5=BC=E5=B1=82=E7=AE=A1=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/api/property/building/model.d.ts | 2 +- .../property/building/building-modal.vue | 25 ++++++++++--------- .../src/views/property/building/data.tsx | 19 +++++++++++--- .../web-antd/src/views/property/floor/data.ts | 14 ++++++++--- .../src/views/property/floor/floor-modal.vue | 6 ++--- .../src/views/property/floor/index.vue | 12 +++------ 6 files changed, 47 insertions(+), 31 deletions(-) diff --git a/apps/web-antd/src/api/property/building/model.d.ts b/apps/web-antd/src/api/property/building/model.d.ts index b4dfa4a8..44ef79cd 100644 --- a/apps/web-antd/src/api/property/building/model.d.ts +++ b/apps/web-antd/src/api/property/building/model.d.ts @@ -29,7 +29,7 @@ export interface BuildingVO { /** * 建筑类型('1:住宅','2:商业','3:混合') */ - buildType: number; + buildType: string; /** * 电梯数量 diff --git a/apps/web-antd/src/views/property/building/building-modal.vue b/apps/web-antd/src/views/property/building/building-modal.vue index dc15cef0..0f56dc1a 100644 --- a/apps/web-antd/src/views/property/building/building-modal.vue +++ b/apps/web-antd/src/views/property/building/building-modal.vue @@ -1,15 +1,15 @@