@senior-gestao-pessoas/payroll-core 9.3.0-96656ff7-d237-4819-9ab8-984d01f3ff5b → 9.3.0-ac36b888-edb7-44ba-bf81-c8f7ad64dd56

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.
@@ -9478,6 +9478,11 @@
9478
9478
  }
9479
9479
  else {
9480
9480
  _this.isOnlyView.emit(true);
9481
+ if (!_this.listDataReciever || _this.listDataReciever.length == 0) {
9482
+ rowData["index"] = key;
9483
+ _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
9484
+ _this.visible = true;
9485
+ }
9481
9486
  }
9482
9487
  },
9483
9488
  },
@@ -9492,7 +9497,7 @@
9492
9497
  }
9493
9498
  else {
9494
9499
  _this.isOnlyEdit.emit(true);
9495
- if (!_this.listDataReciever) {
9500
+ if (!_this.listDataReciever || _this.listDataReciever.length == 0) {
9496
9501
  rowData["index"] = key;
9497
9502
  _this.pixAccountItemInput = { currentItem: rowData, listData: _this.listDataNoPage, isEditMode: false };
9498
9503
  _this.visible = true;
@@ -9510,10 +9515,6 @@
9510
9515
  }
9511
9516
  else {
9512
9517
  _this.isOnlyDelete.emit(true);
9513
- if (!_this.listDataReciever) {
9514
- _this.loading = true;
9515
- _this.deleteAnnuityItem(key);
9516
- }
9517
9518
  }
9518
9519
  },
9519
9520
  },