This commit is contained in:
@@ -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;
|
||||
|
||||
@@ -51,7 +51,6 @@ export default {
|
||||
});
|
||||
}
|
||||
vm.metaView = JSON.stringify(metaFilter);
|
||||
|
||||
}
|
||||
|
||||
generateMenu(vm);
|
||||
|
||||
Reference in New Issue
Block a user