รายการลาออก
This commit is contained in:
parent
2c3be4c51e
commit
e2e24b7717
9 changed files with 231 additions and 132 deletions
|
|
@ -148,9 +148,11 @@ function onSubmit() {
|
|||
showLoader();
|
||||
http
|
||||
.post(
|
||||
config.API.addApproverByType(
|
||||
config.API.addResign(
|
||||
(props.profileType?.toLocaleLowerCase() as string) == "officer"
|
||||
? ""
|
||||
: "-employee",
|
||||
props.type?.toLocaleLowerCase() as string,
|
||||
props.profileType?.toLocaleLowerCase() as string,
|
||||
pageId.value
|
||||
),
|
||||
body
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue