This commit is contained in:
@@ -389,8 +389,7 @@ export default {
|
|||||||
offset: listOptions.Offset,
|
offset: listOptions.Offset,
|
||||||
limit: listOptions.Limit,
|
limit: listOptions.Limit,
|
||||||
dataListKey: that.dataListKey,
|
dataListKey: that.dataListKey,
|
||||||
filterJson: that.dataListFilter,
|
listView: ""
|
||||||
sortJson: that.dataListSort
|
|
||||||
})
|
})
|
||||||
.then(res => {
|
.then(res => {
|
||||||
//NOTE: This is how to call an async function and await it from sync code
|
//NOTE: This is how to call an async function and await it from sync code
|
||||||
|
|||||||
Reference in New Issue
Block a user