Commit 2223f7f1 by AhJindeg

fix(task): ๐Ÿž Update return list API endpoint

- ไฟฎๆ”น่Žทๅ–ๅ›ž้€€่Š‚็‚นๅˆ—่กจๆŽฅๅฃๅœฐๅ€
parent 9591ed70
...@@ -44,7 +44,7 @@ export const exportTask = async (params) => { ...@@ -44,7 +44,7 @@ export const exportTask = async (params) => {
// ่Žทๅ–ๆ‰€ๆœ‰ๅฏๅ›ž้€€็š„่Š‚็‚น // ่Žทๅ–ๆ‰€ๆœ‰ๅฏๅ›ž้€€็š„่Š‚็‚น
export const getReturnList = async (params) => { export const getReturnList = async (params) => {
return await request.get({ url: '/bpm/task/get-return-list', params }) return await request.get({ url: '/bpm/task/return-list', params })
} }
// ๅ›ž้€€ // ๅ›ž้€€
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment