summaryrefslogtreecommitdiff
path: root/components/bidding/create
diff options
context:
space:
mode:
Diffstat (limited to 'components/bidding/create')
-rw-r--r--components/bidding/create/bidding-create-dialog.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/components/bidding/create/bidding-create-dialog.tsx b/components/bidding/create/bidding-create-dialog.tsx
index bb7880f5..b3972e11 100644
--- a/components/bidding/create/bidding-create-dialog.tsx
+++ b/components/bidding/create/bidding-create-dialog.tsx
@@ -209,9 +209,9 @@ export function BiddingCreateDialog({ form, onSuccess }: BiddingCreateDialogProp
form.setValue('bidPicName', code.DISPLAY_NAME || '')
form.setValue('bidPicCode', code.PURCHASE_GROUP_CODE || '')
// ID도 저장 (실제로는 사용자 ID가 필요)
- if (code.user) {
- form.setValue('bidPicId', code.user.id || undefined)
- }
+ // if (code.user) {
+ // form.setValue('bidPicId', code.user.id || undefined)
+ // }
}
// 조달담당자 선택 핸들러