This commit is contained in:
2021-01-28 00:07:26 +00:00
parent 4eda9b6cb7
commit ec396fe684
2 changed files with 1 additions and 2 deletions

View File

@@ -978,7 +978,7 @@ async function initForm(vm) {
async function populateSelectionLists(vm) {
//http://localhost:7575/api/v8/data-list-view/viewlist?ListKey=TestWidgetDataList
let res = await window.$gz.api.get(
"data-list-view/viewlist?ListKey=" + vm.dataListKey
"data-list-filter/list?ListKey=" + vm.dataListKey
);
if (res.error) {
vm.formState.serverError = res.error;

View File

@@ -51,7 +51,6 @@ export default {
});
}
vm.metaView = JSON.stringify(metaFilter);
}
generateMenu(vm);