แก้วินัย

This commit is contained in:
setthawutttty 2024-01-19 13:06:32 +07:00
parent 015d2d9857
commit 3c2a010ab4
24 changed files with 286 additions and 93 deletions

View file

@ -29,7 +29,6 @@ function onSubmit(channelReturn:string){
}
function saveData(channelReturn:string){
console.log(channelReturn)
showLoader()
http
.post(config.API.complaintChannel(),{

View file

@ -29,7 +29,6 @@ const props = defineProps({
/** ฟังชั่นตรวจสอบความถูกต้องก่อน บันทึก */
function save() {
channelRef.value.validate().then(async (result: boolean) => {
console.log("1");
if (result) {
if (channel.value) {
props.onSubmit(channel.value);

View file

@ -178,7 +178,6 @@ function addEmployee() {
hideLoader();
dialogMessageNotify($q, "กรุณากรอกเลขบัตรประชาชนให้ครบ 13 หลัก");
} else {
console.log("nodata");
}
}
@ -242,7 +241,6 @@ async function searchInput() {
rows.value = list;
})
.catch((err) => {
console.log(err);
})
.finally(() => {
hideLoader();