get แก้

This commit is contained in:
setthawutttty 2023-10-10 10:22:55 +07:00
parent b5cf578e82
commit e83cec126f

View file

@ -264,19 +264,18 @@ const putData = () => {
};
console.log(body)
// showLoader();
// http
// .put(config.API.questionExitInterview(), body)
// .then((res) => {
// success($q, "");
// })
// .catch((e) => {
// messageError($q, e);
// })
// .finally(async () => {
// router.push(`/exit-Interview`)
// });
showLoader();
http
.put(config.API.questionExitInterview(), body)
.then((res) => {
success($q, "บันทึกข้อมูลสำเร็จ");
})
.catch((e) => {
messageError($q, e);
})
.finally(async () => {
router.push(`/exit-Interview`)
});
}
</script>
<template>