ngx-rs-ant 1.3.1 → 1.3.2
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/fesm2020/ngx-rs-ant.mjs
CHANGED
|
@@ -2801,6 +2801,15 @@ class FormComponent {
|
|
|
2801
2801
|
}
|
|
2802
2802
|
load() {
|
|
2803
2803
|
this.loading = true;
|
|
2804
|
+
this.params = Object.assign(this.params, {
|
|
2805
|
+
__form: {
|
|
2806
|
+
tenant: this.tenant,
|
|
2807
|
+
className: this.className,
|
|
2808
|
+
oid: this.oid,
|
|
2809
|
+
copyOid: this.copyOid,
|
|
2810
|
+
template: this.template
|
|
2811
|
+
}
|
|
2812
|
+
});
|
|
2804
2813
|
this.service.getFormTemplateConfig(this.tenant, this.className, this.template).subscribe(response => {
|
|
2805
2814
|
this.config = response.data.template;
|
|
2806
2815
|
if (this.onlyFrontEnd) {
|