1、工单处理
Some checks are pending
Gitea Actions Demo / Explore-Gitea-Actions (push) Waiting to run

This commit is contained in:
2025-07-09 10:36:42 +08:00
parent e860009b61
commit fb963ff3a7
8 changed files with 820 additions and 11 deletions

View File

@@ -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', );
}
/**