เพิ่ม dialogMessageNotify เลือดรายชื่อ
This commit is contained in:
parent
6214c54b37
commit
995b402b35
1 changed files with 3 additions and 1 deletions
|
|
@ -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, "กรุณาเลือกรายชื่อ");
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue