Merge branch 'develop' into dev-tee
# Conflicts: # src/modules/06_retirement/components/ExitInterview/exitRegistry.vue
This commit is contained in:
commit
a03c46e35a
17 changed files with 637 additions and 265 deletions
|
|
@ -56,7 +56,10 @@ export default {
|
|||
fileRetirement: (id: string) => `${retirement}/upload/${id}`,
|
||||
checkfileupload: (id: string) => `${retirement}/upload/check/${id}`,
|
||||
|
||||
editDetail: (retireId: string) => `${retirement}/detail/${retireId}`
|
||||
editDetail: (retireId: string) => `${retirement}/detail/${retireId}`,
|
||||
// ตำถาม Exit interview
|
||||
questionnaireList: () => `${retirement}/resign/questionnaire/question`
|
||||
|
||||
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue