260324:2133 Refactor correspondence & rfa
This commit is contained in:
@@ -44,6 +44,16 @@ export const circulationService = {
|
||||
return response.data;
|
||||
},
|
||||
|
||||
/**
|
||||
* ดึงรายการใบเวียนของ correspondence (by correspondence UUID)
|
||||
*/
|
||||
getByCorrespondenceUuid: async (correspondenceUuid: string) => {
|
||||
const response = await apiClient.get('/circulations', {
|
||||
params: { correspondenceUuid, limit: 50 },
|
||||
});
|
||||
return response.data;
|
||||
},
|
||||
|
||||
/**
|
||||
* ลบ/ยกเลิกใบเวียน
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user