resolver-egretimp-plus 0.0.100 → 0.0.101

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "resolver-egretimp-plus",
3
- "version": "0.0.100",
3
+ "version": "0.0.101",
4
4
  "description": "交付体验渲染",
5
5
  "main": "./dist/web/index.js",
6
6
  "module": "./dist/web/index.js",
package/src/index.jsx CHANGED
@@ -164,6 +164,7 @@ export default {
164
164
  {
165
165
  requestTraceId: props.requestTraceId,
166
166
  messageInstance: toRef(props, 'messageInstance'),
167
+ businessIdentityReqData: props.businessIdentityReqData,
167
168
  axiosInstance,
168
169
  reqData: {...props.loadEvnetsReq, ...props.dialogReq},
169
170
  respCb: (result) => {