This commit is contained in:
RickCole21 2020-02-28 10:42:49 +08:00
parent 2923c8c9d6
commit b1eafeab05
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export class ServiceRenderer extends BasicService {
componentDidUpdate(prevProps: ServiceProps) {
const {formInited} = this.props;
if (formInited) {
if (formInited !== false) {
super.componentDidUpdate(prevProps);
}
}