From 136a17ce8c4454e38eb59204e9f910f3aa1bb2ff Mon Sep 17 00:00:00 2001 From: "DESKTOP-1R2VSQH\\Lenovo ThinkPad E490" Date: Tue, 9 Jun 2026 09:42:11 +0700 Subject: [PATCH] refactor(appoint-promote): add profileId to /pos/placement/search payload --- src/components/Dialogs/DialogOrgSelect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Dialogs/DialogOrgSelect.vue b/src/components/Dialogs/DialogOrgSelect.vue index 15a41eac6..c5ca51415 100644 --- a/src/components/Dialogs/DialogOrgSelect.vue +++ b/src/components/Dialogs/DialogOrgSelect.vue @@ -263,6 +263,7 @@ async function getDataTable(id: string, level: number = 0) { posType: posType.value ? posType.value : "", isAll: isAll.value, isBlank: isBlank.value, + profileId: type.value === "MOVE" ? props.dataRows.profileId : undefined, }; await http @@ -520,7 +521,6 @@ function onSubmit() { positionExecutiveField: selectedPos.value[0].positionExecutiveField, //ด้านทางการบริหาร positionArea: selectedPos.value[0].positionArea, //ด้าน/สาขา }; - console.log(body); await props.onSubmit?.(body); close();