แก้ไข filter
This commit is contained in:
parent
59327aff66
commit
0f668d85ab
2 changed files with 38 additions and 15 deletions
|
|
@ -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) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue