summaryrefslogtreecommitdiff
path: root/components/signup/join-form.tsx
diff options
context:
space:
mode:
authorjoonhoekim <26rote@gmail.com>2025-09-02 08:39:43 +0000
committerjoonhoekim <26rote@gmail.com>2025-09-02 08:39:43 +0000
commit47cf8c3d82a90da60b128278f611c7c51d67554f (patch)
tree5fa2ff2bc94800538224b5c6ae2c7302c94096f9 /components/signup/join-form.tsx
parent659c46ed04758584b79a8f97074d3213bb7e252e (diff)
(김준회) vendors.items --> vendorPossibleMaterials 테이블로 공급품목 관리 책임 변경
Diffstat (limited to 'components/signup/join-form.tsx')
-rw-r--r--components/signup/join-form.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/components/signup/join-form.tsx b/components/signup/join-form.tsx
index 4ee05c9b..f81518eb 100644
--- a/components/signup/join-form.tsx
+++ b/components/signup/join-form.tsx
@@ -1071,7 +1071,7 @@ function CompleteVendorForm({
},
vendor: {
...data,
- items: JSON.stringify(data.items), // 자재 배열을 JSON 문자열로 변환
+ items: data.items, // 자재 배열을 그대로 전달 (서버에서 vendor_possible_materials 테이블에 저장)
phone: normalizedVendorPhone,
representativePhone: normalizedRepresentativePhone,
contacts: normalizedContacts,