ฟังก์ชันออกคำสั่งอื่นๆ add ProfileType
This commit is contained in:
parent
c10e96e2a4
commit
541c729559
1 changed files with 4 additions and 0 deletions
|
|
@ -533,6 +533,10 @@ function outPost() {
|
||||||
function otherPost() {
|
function otherPost() {
|
||||||
const formData = new FormData();
|
const formData = new FormData();
|
||||||
formData.append("id", profileId.value);
|
formData.append("id", profileId.value);
|
||||||
|
formData.append(
|
||||||
|
"ProfileType",
|
||||||
|
empType.value === "-employee" ? "EMPLOYEE" : "OFFICER"
|
||||||
|
);
|
||||||
dialogConfirm($q, async () => {
|
dialogConfirm($q, async () => {
|
||||||
showLoader();
|
showLoader();
|
||||||
await http
|
await http
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue