สรรหา เพิ่มคะแนนแบบสอบถาม
This commit is contained in:
parent
b1ec7ed575
commit
c68a68bdb9
6 changed files with 66 additions and 26 deletions
|
|
@ -96,7 +96,7 @@ const props = defineProps({
|
|||
|
||||
const $q = useQuasar()
|
||||
const mixin = useCounterMixin() //เรียกฟังก์ชันกลาง
|
||||
const { modalConfirm, modalError, success, dateToISO, messageError } = mixin
|
||||
const { modalConfirm, modalError, success, dateToISO, messageError,notifyError } = mixin
|
||||
const dataStore = useDataStore()
|
||||
const { loaderPage } = dataStore
|
||||
const statusEdit = ref<boolean>(false)
|
||||
|
|
@ -258,12 +258,20 @@ const saveData = async () => {
|
|||
.finally(async () => {
|
||||
await props.fetchStep()
|
||||
})
|
||||
}
|
||||
}else{
|
||||
notifyError($q,"กรุณากรอกข้อมูลให้ครบถ้วน")
|
||||
}
|
||||
})
|
||||
}
|
||||
}else{
|
||||
notifyError($q,"กรุณากรอกข้อมูลให้ครบถ้วน")
|
||||
}
|
||||
})
|
||||
}
|
||||
}else{
|
||||
notifyError($q,"กรุณากรอกข้อมูลให้ครบถ้วน")
|
||||
}
|
||||
})
|
||||
}else{
|
||||
notifyError($q,"กรุณากรอกข้อมูลให้ครบถ้วน")
|
||||
}
|
||||
})
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue