Commit 390289bb authored by Sixiang_Zzb's avatar Sixiang_Zzb

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

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