Refactor retirement

This commit is contained in:
AnandaTon 2023-09-22 11:48:24 +07:00
parent 9f73050a64
commit d6abc6bb5d
12 changed files with 1136 additions and 908 deletions

View file

@ -214,12 +214,10 @@ const confirmpopUp = async () => {
await http
.put(config.API.resignConfirm(roleUser.value, id.value), body)
.then(() => {
console.log("ยืนยัน");
success($q, "การอนุมัติสำเร็จ");
closeModal();
})
.catch((e) => {
console.log(e);
messageError($q, e);
})
.finally(() => {