fix CurrentPage ==> รายการตัวชี้วัดตามแผนฯ
This commit is contained in:
parent
5d97f44ee3
commit
6db8040e90
3 changed files with 60 additions and 38 deletions
|
|
@ -216,7 +216,7 @@ function onSubmit() {
|
|||
const res = await http[method](url, body);
|
||||
success($q, "บันทึกข้อมูลสำเร็จ");
|
||||
editStatus.value
|
||||
? fetchDataById(id.value)
|
||||
? await fetchDataById(id.value)
|
||||
: router.push(`/masterdata/indicator-plan/${res.data.result}`);
|
||||
} catch (e) {
|
||||
messageError($q, e);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue