cat-qw-lib 0.31.3 → 0.31.5
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/fesm2022/cat-qw-lib.mjs
CHANGED
|
@@ -1277,6 +1277,7 @@ class BaseFormComponent {
|
|
|
1277
1277
|
console.log("3");
|
|
1278
1278
|
this.onFormNavigate.emit(response);
|
|
1279
1279
|
console.log("4");
|
|
1280
|
+
this.baseStore?.setRecordChange(SHARED.EMPTY);
|
|
1280
1281
|
},
|
|
1281
1282
|
error: (error) => {
|
|
1282
1283
|
console.error('Error updating record:', error);
|
|
@@ -1291,6 +1292,7 @@ class BaseFormComponent {
|
|
|
1291
1292
|
console.log("5");
|
|
1292
1293
|
this.onFormNavigate.emit(response);
|
|
1293
1294
|
console.log("6");
|
|
1295
|
+
this.baseStore?.setRecordChange(SHARED.EMPTY);
|
|
1294
1296
|
},
|
|
1295
1297
|
error: (error) => {
|
|
1296
1298
|
console.error('Error creating record:', error);
|