CRUD 一次性加载逻辑优化

This commit is contained in:
2betop 2020-06-15 15:44:37 +08:00
parent b5c6e5de1a
commit e1f5bc1f73
1 changed files with 1 additions and 1 deletions

View File

@ -359,7 +359,7 @@ export default class CRUD extends React.Component<CRUDProps, any> {
redirect && !action.blank && env.jumpTo(redirect, action);
action.reload
? this.reloadTarget(action.reload, data)
: this.search(undefined, undefined, true);
: this.search(undefined, undefined, true, true);
})
.catch(() => {});
} else if (