ปรับ การสืบสวนข้อเท็จจริง

This commit is contained in:
setthawutttty 2023-11-27 17:05:45 +07:00
parent b72db61893
commit 73a0384fa8
2 changed files with 17 additions and 14 deletions

View file

@ -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;
}