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,
limit: listOptions.Limit,
dataListKey: that.dataListKey,
filterJson: that.dataListFilter,
sortJson: that.dataListSort
listView: ""
})
.then(res => {
//NOTE: This is how to call an async function and await it from sync code