Commit 390289bb authored by Sixiang_Zzb's avatar Sixiang_Zzb

服务商模块搜索后 搜索框内容消失bug修复

parent c61d5e45
......@@ -254,13 +254,14 @@ const ServiceProviderManagement = (props: propsType) => {
{
name: ['status', 'Services Available'],
data: [...options],
default: readyData.serviceScope || undefined,
},
]}
community="serviceCommunityList"
onSubmit={CallBackTitleSearch}
defaultValue={{
providerName: readyData.providerName,
// status:,
// status: readyData.serviceScope,
}}
checklist={
readyData.serviceCommunityList.length !== 0 ? readyData.serviceCommunityList : null
......
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