forked from gzzfw/frontEnd/gzDyh

zhangyongtian
2024-08-31 be0cfd366f118b482a0e981e3adb4eea6cbc165f
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)
                      }}