cat-qw-lib 0.32.6 → 0.32.7

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.
@@ -1309,7 +1309,7 @@ class BaseFormComponent {
1309
1309
  if (this.baseStore) {
1310
1310
  this.baseStore.setAttributeModelList([]);
1311
1311
  this.baseStore.setIsApiValidated(null);
1312
- console.log(this.currentState);
1312
+ this.baseStore?.setIsShowMessage(null);
1313
1313
  }
1314
1314
  this.destroy$.next();
1315
1315
  this.destroy$.complete();
@@ -2578,6 +2578,7 @@ class QueueAdminFormComponent extends BaseFormComponent {
2578
2578
  rules: [],
2579
2579
  };
2580
2580
  ngOnInit() {
2581
+ this.baseStore.setIsApiValidated(null);
2581
2582
  this.service.initList();
2582
2583
  const id = this.activatedRoute
2583
2584
  ? this.activatedRoute.snapshot.params[SHARED.ID]