回滚代码

This commit is contained in:
2betop 2020-07-27 11:36:03 +08:00
parent b042b62012
commit 0e1d47772d
1 changed files with 1 additions and 2 deletions

View File

@ -757,8 +757,7 @@ export function HocStoreFactory(renderer: {
//
// 特殊处理 CRUD。
// CRUD 中 toolbar 里面的 data 是空对象,但是 __super 会不一样
(nextProps.store?.storeType === 'CRUDStore' &&
nextProps.data &&
(nextProps.data &&
props.data &&
nextProps.data.__super !== props.data.__super)
) {