fix bug two alert success

This commit is contained in:
Warunee Tamkoo 2023-09-13 16:59:13 +07:00
parent a8c94e48b2
commit ba709a4403

View file

@ -202,8 +202,6 @@ const createResult = async () => {
messageError($q, e)
console.log(e)
})
success($q, "บันทึกข้อมูลสำเร็จ")
router.push(`/leave`)
}
</script>