barsa-develop-components 2.3.49 → 2.3.51
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.
|
@@ -2624,6 +2624,10 @@ class SubformInRowReportComponent extends BaseItemContentPropsComponent {
|
|
|
2624
2624
|
}
|
|
2625
2625
|
});
|
|
2626
2626
|
}
|
|
2627
|
+
formPanelCtrl.FormRequestParams = {
|
|
2628
|
+
MoId: this.mo.Id,
|
|
2629
|
+
MoContext: { ViewId: userDefineViewId }
|
|
2630
|
+
};
|
|
2627
2631
|
formPanelCtrl.LoadAndCreate({ MoId: this.mo.Id, TypeDefId: this.typeDefId, TypeViewId: userDefineViewId }, false, true, (t, e, r) => {
|
|
2628
2632
|
console.log(t, e, r);
|
|
2629
2633
|
const error = BarsaApi.Common.Util.TryGetValue(t, 'Data.ResponseData.error');
|