Merge branch 'master' of http://47.109.37.87:3000/by2025/admin-vben5
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run
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