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 @@