salesmanagement 신규등록시 모달창 나오는 오류 수정

This commit is contained in:
2026-01-04 17:03:41 +09:00
parent 6d9427dd5a
commit 27c825c927

View File

@@ -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);
}