salesmanagement 신규등록시 모달창 나오는 오류 수정
This commit is contained in:
@@ -3045,11 +3045,8 @@
|
||||
const newTenantId = result.id;
|
||||
await fetchData();
|
||||
|
||||
// 즉시 영업 시나리오 모달 오픈
|
||||
const newTenant = { ...tenantFormData, id: newTenantId };
|
||||
setActiveSalesScenarioTenant(newTenant);
|
||||
|
||||
setTenantFormData({ tenant_name: '', representative: '', business_no: '', contact_phone: '', email: '', address: '', sales_manager_id: currentUser.id });
|
||||
|
||||
} else {
|
||||
alert(result.error);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user