forked from gzzfw/frontEnd/gzDyh

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