fix bug in user, employee, institution,requestList
This commit is contained in:
parent
116fa02bd9
commit
709c21082a
9 changed files with 230 additions and 17 deletions
|
|
@ -127,6 +127,8 @@ export const fileLocation = {
|
|||
`${ROOT}/institution/attachment-${institutionId}/${name || ""}`,
|
||||
img: (institutionId: string, name?: string) =>
|
||||
`${ROOT}/institution/img-${institutionId}/${name || ""}`,
|
||||
bank: (institutionId: string, bankId: string) =>
|
||||
`${ROOT}/institution/bank-qr-${institutionId}-${bankId}`,
|
||||
},
|
||||
task: {
|
||||
attachment: (taskId: string, name?: string) =>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue