Merge branch 'nice_dev' into develop
This commit is contained in:
commit
90c640ab9f
2 changed files with 39 additions and 18 deletions
|
|
@ -73,6 +73,12 @@ export default {
|
|||
|
||||
salaryPeriodStatusEmp: (type: string, periodId: string, rootId: string) =>
|
||||
`${salaryPeriodEmp}/${type}/approve/${periodId}/${rootId}`,
|
||||
salaryPeriodStatusCommentEmp: (type: string, periodId: string, rootId: string) =>
|
||||
`${salaryPeriodEmp}/${type}/comment/${periodId}/${rootId}`,
|
||||
salaryPeriodStatusCommentEmp: (
|
||||
type: string,
|
||||
periodId: string,
|
||||
rootId: string
|
||||
) => `${salaryPeriodEmp}/${type}/comment/${periodId}/${rootId}`,
|
||||
|
||||
salaryUploadFile: (name: string, group: string, id: string, subId: string) =>
|
||||
`${salary}/file/${name}/${group}/${id}/${subId}`,
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue