perf:删除无用字段 (#8122)

This commit is contained in:
骈瑞杰 2023-09-15 14:11:47 +08:00 committed by GitHub
parent bcf2542a00
commit d6e168a656
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3212,7 +3212,8 @@ export const getEventControlConfig = (
}
delete action.config;
delete action.__keywords;
delete action.__resultActionTree;
return action;
}
};