diff --git a/src/pages/05_quotation/MainPage.vue b/src/pages/05_quotation/MainPage.vue index cfb06837..5fc17e35 100644 --- a/src/pages/05_quotation/MainPage.vue +++ b/src/pages/05_quotation/MainPage.vue @@ -120,7 +120,7 @@ const CUSTOMER_BRANCH_DEFAULT: CustomerBranchCreate & { email: '', contactTel: '', officeTel: '', - agent: '', + agentUserId: undefined, status: 'CREATED', customerName: '', registerName: '',