เพิ่ม emit value เลือกหน่วยงานที่แต่งตั้ง - เลื่อน select(ด้าน/สาขา)

This commit is contained in:
setthawutttty 2023-08-30 09:56:16 +07:00
parent 9dc56a34e8
commit 45a47f1de4
2 changed files with 1 additions and 1 deletions

View file

@ -661,6 +661,7 @@ function findByPerson(element: any): any {
dense
hide-bottom-space
lazy-rules
emit-value
:options="positionPathSideOptions"
v-model="dataForm.positionPathSideId"
:label="`${'ด้าน/สาขา'}`"

View file

@ -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;
};