mirror of
https://gitee.com/baidu/amis.git
synced 2024-11-29 18:39:05 +08:00
fix: 修复 crud 中 actionType reload 其他组件失效问题
This commit is contained in:
parent
f713700e17
commit
7e6bd30ad9
@ -670,7 +670,7 @@ export default class CRUD extends React.Component<CRUDProps, any> {
|
||||
throw e;
|
||||
}
|
||||
});
|
||||
} else if (action.actionType === 'reload') {
|
||||
} else if (action.actionType === 'reload' && !action.target) {
|
||||
this.reload();
|
||||
} else if (
|
||||
pickerMode &&
|
||||
|
Loading…
Reference in New Issue
Block a user