@zscreate/zhxy-app-component 1.0.308 → 1.0.309

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.
@@ -1220,7 +1220,7 @@ export default {
1220
1220
  })
1221
1221
  uni.navigateTo({
1222
1222
  url: '/pages/picker/relateSub?multiple=' + Number(widget.multiple) + '&params=' + encodeURIComponent(JSON.stringify(params)) + '&sign=' + PubsubSign +
1223
- '&selectedData=' + JSON.stringify(this.dataModel ? this.dataModel : [])
1223
+ '&selectedData=' + JSON.stringify(this.dataModel ? this.dataModel : []) + '&appId=' + this.$Route.query.id
1224
1224
  });
1225
1225
 
1226
1226
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.308",
3
+ "version": "1.0.309",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",