Commit ce21214f authored by 邓超's avatar 邓超

fix: 修复挂接站点搜索报错

parent f93204ae
Pipeline #67377 waiting for manual action with stages
...@@ -333,7 +333,7 @@ const AddUserModal = props => { ...@@ -333,7 +333,7 @@ const AddUserModal = props => {
allowClear allowClear
showSearch showSearch
filterOption={(input, option) => filterOption={(input, option) =>
option.children.toLowerCase().indexOf(input.toLowerCase()) >= 0 (option?.label ?? '').toLowerCase().includes(input.toLowerCase())
} }
placeholder="请选择关联站点" placeholder="请选择关联站点"
options={siteList} options={siteList}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment