Commit 23aa89dd authored by 前端-许佳敏's avatar 前端-许佳敏

商城选择类型未改变选择商城

parent 22403869
......@@ -301,7 +301,7 @@ const PositionSetting:React.FC<PositionSettingProps> = (props) => {
if (parentState.value) {
console.log('review')
setFieldState('shopIds', state => {
state.props["x-component-props"].dataSource = GlobalConfig.web.shopInfo.filter(v => v.id === parentState.value)
state.props["x-component-props"].dataSource = GlobalConfig.web.shopInfo.filter(v => v.type === parentState.value)
})
}
})
......
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