เพิ่ม get เมื่อ เลื่อน ลำดับ สำเร็จ
This commit is contained in:
parent
7cd215369f
commit
10a9401d32
1 changed files with 2 additions and 1 deletions
|
|
@ -124,6 +124,7 @@ async function onSawpPos(val: any, type: string) {
|
|||
.get(config.API.commandSwap("tab2", type, val.id))
|
||||
.then((res) => {
|
||||
success($q, "แก้ไขข้อมูลสำเร็จ");
|
||||
getPersonList();
|
||||
})
|
||||
.catch((e) => {
|
||||
messageError($q, e);
|
||||
|
|
@ -151,7 +152,7 @@ function onDelete(id: string) {
|
|||
}
|
||||
|
||||
function selectModal(data: PersonInfo) {
|
||||
selectPersonData = data
|
||||
selectPersonData = data;
|
||||
titleName.value = `${data.prefix ?? ""}${data.firstName ?? ""} ${
|
||||
data.lastName ?? ""
|
||||
}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue