This commit is contained in:
2020-02-14 00:02:51 +00:00
parent 93d6e0c269
commit e5d0619d92

View File

@@ -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