This commit is contained in:
2021-02-08 22:29:53 +00:00
parent af2d581f58
commit cdc38d6e84
7 changed files with 8 additions and 49 deletions

View File

@@ -194,12 +194,6 @@ export default {
//
async function initForm(vm) {
await fetchTranslatedText(vm);
// populateSelectionLists(vm);
// await populateFieldDefinitions(vm);
// await fetchTranslatedFieldNames(vm);
// await setEffectiveListView(vm);
// await fetchEnums(vm);
}
////////////////////

View File

@@ -58,8 +58,7 @@ export default {
dataListSelection: {
ObjectType: 0,
selectedRowIds: [],
dataListKey: null,
listView: null
dataListKey: null
},
headers: [],
errorObj: [],