tuain-ng-forms-lib 15.1.12 → 15.1.14
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.
|
@@ -3855,14 +3855,15 @@ class BasicFormComponent extends FormStructureAndData {
|
|
|
3855
3855
|
return;
|
|
3856
3856
|
}
|
|
3857
3857
|
}
|
|
3858
|
-
console.log(`startTableRecordSelection 9
|
|
3858
|
+
console.log(`startTableRecordSelection 9`);
|
|
3859
3859
|
this.startTableServerRecordSelection(tableSelectionDetail);
|
|
3860
3860
|
});
|
|
3861
3861
|
}
|
|
3862
3862
|
startTableServerRecordSelection(tableSelectionDetail) {
|
|
3863
3863
|
var _a;
|
|
3864
3864
|
return __awaiter(this, void 0, void 0, function* () {
|
|
3865
|
-
console.log(`startTableServerRecordSelection 1
|
|
3865
|
+
console.log(`startTableServerRecordSelection 1`);
|
|
3866
|
+
console.log(tableSelectionDetail);
|
|
3866
3867
|
const { tableObject, tableCode, recordId, recordData } = tableSelectionDetail;
|
|
3867
3868
|
if (!tableObject) {
|
|
3868
3869
|
return;
|