mirror of
https://gitee.com/baidu/amis.git
synced 2024-12-05 05:18:34 +08:00
&& 丢失
This commit is contained in:
parent
25551de1d0
commit
845f761a3b
@ -88,7 +88,7 @@ export default class Service extends React.Component<ServiceProps> {
|
||||
}
|
||||
} = props;
|
||||
|
||||
isApiOutdated(prevProps.api, props.api, prevProps.data, props.data)
|
||||
isApiOutdated(prevProps.api, props.api, prevProps.data, props.data) &&
|
||||
store.fetchData(props.api as Api, store.data, {
|
||||
successMessage: fetchSuccess,
|
||||
errorMessage: fetchFailed
|
||||
|
Loading…
Reference in New Issue
Block a user