fix bug & แก้คำผิด

This commit is contained in:
Warunee Tamkoo 2024-03-28 16:29:44 +07:00
parent 2590fb1142
commit ad09bd908a
15 changed files with 45 additions and 47 deletions

View file

@ -314,7 +314,7 @@ async function getTable() {
rowsAll.value.push(rowData);
});
//
//
rows.value = roleAdmin.value
? rowsAll.value
: rowsAll.value.filter((x: any) => x.statusId !== "CONTAIN");
@ -550,7 +550,7 @@ async function clickClose() {
}
}
/** ยืนยันส่งราชื่อไปหน่วยงาน */
/** ยืนยันส่งราชื่อไปหน่วยงาน */
function savelist() {
selected.value.map((e: any) => {
personal_selected.value.push(e.personalId);