เพิ่ม emit value เลือกหน่วยงานที่แต่งตั้ง - เลื่อน select(ด้าน/สาขา)
This commit is contained in:
parent
9dc56a34e8
commit
45a47f1de4
2 changed files with 1 additions and 1 deletions
|
|
@ -257,7 +257,6 @@ const columns2 = ref<QTableProps["columns"]>([
|
|||
|
||||
const openModalTree = (id: string) => {
|
||||
personalId.value = id;
|
||||
console.log(personalId.value);
|
||||
personal.value = listRecevice.value.filter((e: any) => e.id === id);
|
||||
modalTree.value = true;
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue