ปรับวินัย
This commit is contained in:
parent
58c2bfc467
commit
015d2d9857
9 changed files with 35 additions and 50 deletions
|
|
@ -185,6 +185,7 @@ async function onSubmit(data: any) {
|
|||
http
|
||||
.put(config.API.investigateById(id.value), data)
|
||||
.then((res) => {
|
||||
getData();
|
||||
success($q, "บันทึกข้อมูลสำเร็จ");
|
||||
// router.push(`/discipline/complaints`);
|
||||
})
|
||||
|
|
@ -193,7 +194,6 @@ async function onSubmit(data: any) {
|
|||
})
|
||||
.finally(async () => {
|
||||
hideLoader();
|
||||
getData();
|
||||
});
|
||||
// router.push(`/discipline/investigatefacts`);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue