Compare commits
No commits in common. "b233b424d3c74b925d558b3de0501040d28362ad" and "c8a832101430820c918ae6ca7a310b543d01ae4f" have entirely different histories.
b233b424d3
...
c8a8321014
1 changed files with 1 additions and 11 deletions
|
|
@ -25,7 +25,6 @@ const {
|
|||
dialogConfirm,
|
||||
convertDateToAPI,
|
||||
dialogRemove,
|
||||
dialogMessageNotify,
|
||||
} = useCounterMixin();
|
||||
|
||||
/**
|
||||
|
|
@ -131,15 +130,6 @@ async function fetchCheckIdofficer() {
|
|||
* และกำหนด isChangeData เป็น false
|
||||
*/
|
||||
async function onSubmit() {
|
||||
//ถ้าเป็น สกจ. ต้องเลือกประเภทคำสั่งด้วย
|
||||
if (
|
||||
isIdofficer.value &&
|
||||
formData.isBangkok !== "BANGKOK" &&
|
||||
formData.isBangkok !== "OFFICE"
|
||||
) {
|
||||
dialogMessageNotify($q, "กรุณาเลือกคำสั่ง");
|
||||
return;
|
||||
}
|
||||
dialogConfirm($q, async () => {
|
||||
showLoader();
|
||||
await http
|
||||
|
|
@ -166,7 +156,7 @@ async function onSubmit() {
|
|||
});
|
||||
}
|
||||
|
||||
/** ฟังก์ชันดึงข้อมูลรายชื่อเจ้าหน้าที่ดำเนินการ */
|
||||
/** ฟังกชันดึงข้อมูลรายชื่อเจ้าหน้าที่ดำเนินการ */
|
||||
async function fetchDataOperatorList() {
|
||||
try {
|
||||
const res = await http.get(
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue