tnx-shared 5.1.258 → 5.1.259
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/bundles/tnx-shared.umd.js +2 -0
- package/bundles/tnx-shared.umd.js.map +1 -1
- package/bundles/tnx-shared.umd.min.js +1 -1
- package/bundles/tnx-shared.umd.min.js.map +1 -1
- package/components/crud/crud-list/crud-list.component.d.ts.map +1 -1
- package/esm2015/components/crud/crud-list/crud-list.component.js +3 -1
- package/fesm2015/tnx-shared.js +2 -0
- package/fesm2015/tnx-shared.js.map +1 -1
- package/package.json +2 -2
|
@@ -20611,6 +20611,7 @@
|
|
|
20611
20611
|
_c.label = 2;
|
|
20612
20612
|
case 2:
|
|
20613
20613
|
rowData = rowData.__itemCongViec;
|
|
20614
|
+
console.log("rowData", rowData);
|
|
20614
20615
|
if (!rowData) {
|
|
20615
20616
|
this.showingActionWorkflow = false;
|
|
20616
20617
|
return [2 /*return*/, this._notifierService.showWarning('Không tìm thấy bản ghi công việc gắn với bản ghi')];
|
|
@@ -20643,6 +20644,7 @@
|
|
|
20643
20644
|
return __generator(this, function (_b) {
|
|
20644
20645
|
switch (_b.label) {
|
|
20645
20646
|
case 0:
|
|
20647
|
+
console.log(this.currentItem);
|
|
20646
20648
|
this.currentItem = rowData;
|
|
20647
20649
|
this.buttonContexts = [];
|
|
20648
20650
|
buttonContexts = [];
|