เพิ่ม emit value เลือกหน่วยงานที่แต่งตั้ง - เลื่อน select(ด้าน/สาขา)
This commit is contained in:
parent
9dc56a34e8
commit
45a47f1de4
2 changed files with 1 additions and 1 deletions
|
|
@ -661,6 +661,7 @@ function findByPerson(element: any): any {
|
|||
dense
|
||||
hide-bottom-space
|
||||
lazy-rules
|
||||
emit-value
|
||||
:options="positionPathSideOptions"
|
||||
v-model="dataForm.positionPathSideId"
|
||||
:label="`${'ด้าน/สาขา'}`"
|
||||
|
|
|
|||
|
|
@ -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