回滚代码
This commit is contained in:
parent
5e397fc017
commit
0747251fa1
|
@ -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)
|
||||
) {
|
||||
|
|
Loading…
Reference in New Issue