cat-qw-lib 0.43.22 → 0.43.23

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.
@@ -1337,7 +1337,7 @@ class BaseFormComponent {
1337
1337
  return this.baseQuery?.getValue();
1338
1338
  }
1339
1339
  init() {
1340
- this.formStateService.setIsFormSaved(true);
1340
+ this.formStateService.setIsFormSaved(false);
1341
1341
  this.service.initList();
1342
1342
  this.baseStore?.setRecordChange(SHARED.EMPTY);
1343
1343
  let id = this.activatedRoute ? this.activatedRoute.snapshot.params[SHARED.ID] : '';