เพิ่ม dialogMessageNotify เลือดรายชื่อ

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-11-23 11:39:25 +07:00
parent 6214c54b37
commit 995b402b35

View file

@ -12,7 +12,7 @@ const complainstStore = useComplainstDataStore();
const mixin = useCounterMixin();
const $q = useQuasar();
const { dialogConfirm, success } = mixin;
const { dialogConfirm, dialogMessageNotify, success } = mixin;
const props = defineProps({
modal: {
@ -136,6 +136,8 @@ function onclickSend() {
"ยืนยันการส่งไปสืบสวน",
"ต้องการยืนยันการส่งไปสืบสวนหรือไม่"
);
} else {
dialogMessageNotify($q, "กรุณาเลือกรายชื่อ");
}
}