@zscreate/zhxy-app-component 1.0.321 → 1.0.322
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.
|
@@ -1374,7 +1374,7 @@ export default {
|
|
|
1374
1374
|
})
|
|
1375
1375
|
uni.navigateTo({
|
|
1376
1376
|
url: '/pages/picker/relateSub?multiple=' + Number(widget.multiple) + '¶ms=' + encodeURIComponent(JSON.stringify(params)) + '&sign=' + PubsubSign +
|
|
1377
|
-
'&selectedData=' + JSON.stringify(this.dataModel ? this.dataModel : [])
|
|
1377
|
+
'&selectedData=' + JSON.stringify(this.dataModel ? this.dataModel : []) + '&appId=' + this.$Route.query.id
|
|
1378
1378
|
});
|
|
1379
1379
|
|
|
1380
1380
|
},
|
|
@@ -2093,10 +2093,11 @@ export default {
|
|
|
2093
2093
|
this.validateInit()
|
|
2094
2094
|
})
|
|
2095
2095
|
var departType = this.widget.options.departType ? this.widget.options.departType : ''
|
|
2096
|
+
var departTypeAFDesign = this.widget.options.departTypeAFDesign ? this.widget.options.departTypeAFDesign : ''
|
|
2096
2097
|
uni.navigateTo({
|
|
2097
2098
|
url: '/pages/picker/depart?sign=' + PubsubSign + '&multiple=' + flag + '&departRela=' +
|
|
2098
2099
|
departRela + '&selectedDepart=' + JSON.stringify(this.dataModel ? this.dataModel : []) + '&departType=' +
|
|
2099
|
-
departType
|
|
2100
|
+
departType + '&departTypeAFDesign=' + departTypeAFDesign
|
|
2100
2101
|
});
|
|
2101
2102
|
},
|
|
2102
2103
|
// 获取EvanForm组件
|