tuain-ng-forms-lib 15.1.13 → 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.
|
@@ -3751,7 +3751,8 @@ class BasicFormComponent extends FormStructureAndData {
|
|
|
3751
3751
|
this.startTableServerRecordSelection(tableSelectionDetail);
|
|
3752
3752
|
}
|
|
3753
3753
|
async startTableServerRecordSelection(tableSelectionDetail) {
|
|
3754
|
-
console.log(`startTableServerRecordSelection 1
|
|
3754
|
+
console.log(`startTableServerRecordSelection 1`);
|
|
3755
|
+
console.log(tableSelectionDetail);
|
|
3755
3756
|
const { tableObject, tableCode, recordId, recordData } = tableSelectionDetail;
|
|
3756
3757
|
if (!tableObject) {
|
|
3757
3758
|
return;
|