ปรับ การสืบสวนข้อเท็จจริง
This commit is contained in:
parent
b72db61893
commit
73a0384fa8
2 changed files with 17 additions and 14 deletions
|
|
@ -435,7 +435,6 @@ function deletePerson(id: string) {
|
|||
function removePerson(id: string) {
|
||||
const dataRow = complainstStore.rowsAdd;
|
||||
const updatedRows = dataRow.filter((item: any) => item.id !== id);
|
||||
success($q,'ลบข้อมูลสำเร็จ')
|
||||
complainstStore.rowsAdd = updatedRows;
|
||||
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue