This commit is contained in:
@@ -15,7 +15,7 @@ export function attachList(params?: AttachQuery) {
|
||||
return requestClient.get<PageResult<AttachVO>>('/property/attach/list', { params });
|
||||
}
|
||||
export function attachListAll() {
|
||||
return requestClient.get<PageResult<AttachVO>>('/property/attach/attachList', );
|
||||
return requestClient.get<AttachVO[]>('/property/attach/attachList', );
|
||||
}
|
||||
|
||||
/**
|
||||
|
Reference in New Issue
Block a user