แก้คำ กำหนดหน้าที่จัดการโครงสร้าง (แบบร่าง)
This commit is contained in:
parent
367a249bf3
commit
f3cc448795
1 changed files with 1 additions and 1 deletions
|
|
@ -130,7 +130,7 @@ function onSubmitPerson() {
|
||||||
.post(config.API.permissionOrg, body)
|
.post(config.API.permissionOrg, body)
|
||||||
.then(async () => {
|
.then(async () => {
|
||||||
await props.fetchData?.(false);
|
await props.fetchData?.(false);
|
||||||
success($q, "เพิ่มราชชื่อสำเร็จ");
|
success($q, "เพิ่มรายชื่อสำเร็จ");
|
||||||
onClose();
|
onClose();
|
||||||
})
|
})
|
||||||
.catch((err) => {
|
.catch((err) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue