Skip to content

Commit

Permalink
fix:列表类组件更新指定行记录condition失效问题
Browse files Browse the repository at this point in the history
  • Loading branch information
hsm-lv committed Dec 12, 2023
1 parent 900c582 commit 1172ee7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion packages/amis-core/src/actions/Action.ts
Original file line number Diff line number Diff line change
Expand Up @@ -301,7 +301,10 @@ export const runAction = async (
ajax: ['adaptor', 'responseAdaptor', 'requestAdaptor', 'responseData']
};
const cmptIgnoreMap: MappingIgnoreMap = {
'input-table': ['condition']
'input-table': ['condition'],
'table': ['condition'],
'crud': ['condition'],
'combo': ['condition']
};
const curCmptType: string = targetComponent?.props?.type;
const curActionType: string = action.actionType;
Expand Down

0 comments on commit 1172ee7

Please sign in to comment.