cat-qw-lib 0.43.14 → 0.43.15
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
|
@@ -1390,8 +1390,7 @@ class BaseFormComponent {
|
|
|
1390
1390
|
this.baseStore?.setIsApiValidated(null);
|
|
1391
1391
|
console.log(this.formStateService);
|
|
1392
1392
|
if (this.formStateService) {
|
|
1393
|
-
|
|
1394
|
-
this.formStateService.setFormChanges(false);
|
|
1393
|
+
this.formStateService.setIsFormNavigating(false);
|
|
1395
1394
|
}
|
|
1396
1395
|
this.onFormNavigate.emit(response);
|
|
1397
1396
|
},
|
|
@@ -1411,7 +1410,7 @@ class BaseFormComponent {
|
|
|
1411
1410
|
console.log(this.formStateService);
|
|
1412
1411
|
if (this.formStateService) {
|
|
1413
1412
|
console.log("baseForm");
|
|
1414
|
-
this.formStateService.
|
|
1413
|
+
this.formStateService.setIsFormNavigating(false);
|
|
1415
1414
|
}
|
|
1416
1415
|
this.onFormNavigate.emit(response);
|
|
1417
1416
|
},
|