6/22完善引入,
This commit is contained in:
@@ -63,7 +63,7 @@ export const delParking = (id: string | number | Array<string | number>) => {
|
||||
};
|
||||
/**
|
||||
* 改变车位审核装填
|
||||
* @param id
|
||||
* @param data
|
||||
*/
|
||||
export const getParkingReview = (data: { id: string; propertyReviewFeedback: string; propertyStatus: number }) => {
|
||||
return request({
|
||||
@@ -88,6 +88,7 @@ export const getParkingReviewInfo = (id: string) => {
|
||||
/**
|
||||
* 查询小区内车位列表
|
||||
* @param { string } villageid
|
||||
* @param houseId
|
||||
* @returns {*}
|
||||
*/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user