From ddb82fadc050833c0e5e7603d5993e000776fbcf Mon Sep 17 00:00:00 2001 From: liyj <1003249715@qq.com> Date: Sat, 31 Aug 2024 16:34:18 +0800 Subject: [PATCH] Merge branch 'master' of http://120.79.193.119:9090/r/gzzfw/frontEnd/gzDyh --- gz-customerSystem/src/views/register/visit/component/agentDialog.jsx | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/gz-customerSystem/src/views/register/visit/component/agentDialog.jsx b/gz-customerSystem/src/views/register/visit/component/agentDialog.jsx index f9f8031..b63946c 100644 --- a/gz-customerSystem/src/views/register/visit/component/agentDialog.jsx +++ b/gz-customerSystem/src/views/register/visit/component/agentDialog.jsx @@ -241,7 +241,7 @@ <Select placeholder='请选择' allowClear - options={$$.options.agentType} + options={$$.options.agentRelate} onChange={(value, options) => { formRef.current.setFieldValue('agentRelateName', options && options.children) }} -- Gitblit v1.8.0