@zscreate/zhxy-app-component 1.0.310 → 1.0.311

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.
@@ -1851,10 +1851,11 @@ export default {
1851
1851
  this.validateInit()
1852
1852
  })
1853
1853
  var departType = this.widget.options.departType ? this.widget.options.departType : ''
1854
+ var departTypeAFDesign = this.widget.options.departTypeAFDesign ? this.widget.options.departTypeAFDesign : ''
1854
1855
  uni.navigateTo({
1855
1856
  url: '/pages/picker/depart?sign=' + PubsubSign + '&multiple=' + flag + '&departRela=' +
1856
1857
  departRela + '&selectedDepart=' + JSON.stringify(this.dataModel ? this.dataModel : []) + '&departType=' +
1857
- departType
1858
+ departType + '&departTypeAFDesign=' + departTypeAFDesign
1858
1859
  });
1859
1860
  },
1860
1861
  // 获取EvanForm组件
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@zscreate/zhxy-app-component",
3
- "version": "1.0.310",
3
+ "version": "1.0.311",
4
4
  "private": false,
5
5
  "description": "zhxy-app-component",
6
6
  "main": "index.js",