แก้ไข filter

This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-05 15:38:49 +07:00
parent 59327aff66
commit 0f668d85ab
2 changed files with 38 additions and 15 deletions

View file

@ -1364,6 +1364,7 @@ const getPosition = async (id: string) => {
}
rowsPosition.value = data;
modal.value = true;
})
.catch((e) => {
messageError($q, e);
@ -1500,7 +1501,7 @@ const editDetail = async (row: any) => {
await getPosition(row.id);
console.log(row);
id.value = row.id;
modal.value = true;
// modal.value = true;
};
const clickDelete = (id: string) => {