impaktapps-ui-builder 0.0.382-alpha.320 → 0.0.382-alpha.321
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.
|
@@ -9147,7 +9147,7 @@ var service = (funcParams) => {
|
|
|
9147
9147
|
};
|
|
9148
9148
|
return {
|
|
9149
9149
|
setPage: async function() {
|
|
9150
|
-
|
|
9150
|
+
funcParams.store.setFormdata({});
|
|
9151
9151
|
executeEventsParameters = {
|
|
9152
9152
|
config: {},
|
|
9153
9153
|
componentName: "",
|
|
@@ -9158,6 +9158,10 @@ var service = (funcParams) => {
|
|
|
9158
9158
|
serviceHolder: this,
|
|
9159
9159
|
eventGroups
|
|
9160
9160
|
};
|
|
9161
|
+
console.log("11 ", funcParams.store.formData);
|
|
9162
|
+
const res = await fetch("https://jsonplaceholder.typicode.com/todos");
|
|
9163
|
+
await res.json();
|
|
9164
|
+
console.log("22 ", funcParams.store.formData);
|
|
9161
9165
|
funcParams.store.setSchema(funcParams.schema);
|
|
9162
9166
|
funcParams.uiSchema.elements.push(notifyUiSchema);
|
|
9163
9167
|
funcParams.store.setUiSchema(funcParams.uiSchema);
|