get แก้
This commit is contained in:
parent
b5cf578e82
commit
e83cec126f
1 changed files with 12 additions and 13 deletions
|
|
@ -264,19 +264,18 @@ const putData = () => {
|
||||||
|
|
||||||
|
|
||||||
};
|
};
|
||||||
console.log(body)
|
showLoader();
|
||||||
// showLoader();
|
http
|
||||||
// http
|
.put(config.API.questionExitInterview(), body)
|
||||||
// .put(config.API.questionExitInterview(), body)
|
.then((res) => {
|
||||||
// .then((res) => {
|
success($q, "บันทึกข้อมูลสำเร็จ");
|
||||||
// success($q, "บันทึกข้อมูลสำเร็จ");
|
})
|
||||||
// })
|
.catch((e) => {
|
||||||
// .catch((e) => {
|
messageError($q, e);
|
||||||
// messageError($q, e);
|
})
|
||||||
// })
|
.finally(async () => {
|
||||||
// .finally(async () => {
|
router.push(`/exit-Interview`)
|
||||||
// router.push(`/exit-Interview`)
|
});
|
||||||
// });
|
|
||||||
}
|
}
|
||||||
</script>
|
</script>
|
||||||
<template>
|
<template>
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue