This commit is contained in:
2020-05-13 22:53:52 +00:00
parent 8c5d2f1e1d
commit a21d2ead6a
5 changed files with 10 additions and 10 deletions

View File

@@ -1160,9 +1160,9 @@ function populateSelectionLists(vm) {
////////////////////
//
function populateFieldDefinitions(vm) {
//http://localhost:7575/api/v8/DataList/ListFields?DataListKey=TestWidgetDataList
//http://localhost:7575/api/v8/data-list/listfields?DataListKey=TestWidgetDataList
return window.$gz.api
.get("DataList/ListFields?DataListKey=" + vm.dataListKey)
.get("data-list/listfields?DataListKey=" + vm.dataListKey)
.then(res => {
if (res.error) {
throw res.error;