From f66c0fb145945e89f51578b4d9939007dc29c455 Mon Sep 17 00:00:00 2001 From: Zy <1448159279@qq.com> Date: Fri, 7 Aug 2026 15:15:07 +0800 Subject: [PATCH] =?UTF-8?q?8/7=20=E6=94=B6=E9=93=B6=E5=8F=B0=E5=8A=A0?= =?UTF-8?q?=E4=B8=AA=E6=9C=AA=E6=94=B6=EF=BC=8C=E6=89=93=E5=8D=B0=E7=A5=A8?= =?UTF-8?q?=E6=8D=AE=E5=A4=9A=E4=B8=AA=E6=94=AF=E4=BB=98=E6=98=8E=E7=BB=86?= =?UTF-8?q?,=E6=88=BF=E5=B1=8B=E7=A7=9F=E8=B5=81-=E7=AD=BE=E7=BA=A6/?= =?UTF-8?q?=E4=B8=8A=E4=B8=8B=E6=9E=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/system/houseRental/index.ts | 4 ++-- src/views/system/houseRental/index.vue | 6 ++++-- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/src/api/system/houseRental/index.ts b/src/api/system/houseRental/index.ts index b8f7f69..c3f860a 100644 --- a/src/api/system/houseRental/index.ts +++ b/src/api/system/houseRental/index.ts @@ -1,6 +1,6 @@ import request from '@/utils/request'; import { AxiosPromise } from 'axios'; -import { HouseRentalVO, HouseRentalForm, HouseRentalQuery } from '@/api/system/houseRental/type'; +import { HouseRentalVO, HouseRentalForm, HouseRentalQuery, HouseRentalSigningVO } from '@/api/system/houseRental/type'; /** * 查询房屋租赁管理列表 @@ -103,7 +103,7 @@ export const changeHouseRedientStatus = (houseId: string): AxiosPromise => { +export const HouseRedientSign = (data: HouseRentalSigningVO): AxiosPromise => { return request({ url: `/houseRental/sign`, method: 'POST', diff --git a/src/views/system/houseRental/index.vue b/src/views/system/houseRental/index.vue index 6bbf921..9df61b2 100644 --- a/src/views/system/houseRental/index.vue +++ b/src/views/system/houseRental/index.vue @@ -177,7 +177,7 @@