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();
// 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>