forked from gzzfw/frontEnd/gzDyh

dminyi
2024-09-02 564bfb399c4bf4d9a59d7d5d2f2bf56f75f5b220
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)
                      }}