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();
|
||||
// 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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue