From 0570dc2677e1fe1d6555555a3f07f4998130303e Mon Sep 17 00:00:00 2001 From: Thanaphon Frappet Date: Tue, 29 Oct 2024 09:49:23 +0700 Subject: [PATCH] refactor: edit agent -> agentUserId --- src/pages/05_quotation/MainPage.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: '',