แก้โหลดวินัย
This commit is contained in:
parent
66bb690fa1
commit
be506bc526
4 changed files with 17 additions and 27 deletions
|
|
@ -338,10 +338,9 @@ async function getActive() {
|
|||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
})
|
||||
.finally(() => {
|
||||
hideLoader();
|
||||
});
|
||||
})
|
||||
.finally(() => {});
|
||||
}
|
||||
|
||||
/** ดึงข้อมูลหน่วยงาน */
|
||||
|
|
@ -359,10 +358,9 @@ async function getOc(activeId: string) {
|
|||
})
|
||||
.catch((err) => {
|
||||
messageError($q, err);
|
||||
})
|
||||
.finally(() => {
|
||||
hideLoader();
|
||||
});
|
||||
})
|
||||
.finally(() => {});
|
||||
}
|
||||
|
||||
/** ดึงข้อมูลรายละเอียดสืบสวน */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue