w-ui-v1 1.0.73 → 1.0.74
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/package.json
CHANGED
|
@@ -121,7 +121,7 @@ async function queryList(pageNo: number, pageSize: number) {
|
|
|
121
121
|
// })
|
|
122
122
|
try {
|
|
123
123
|
|
|
124
|
-
const key = await getPageKey(sourceId.value, query.value)// 获取key
|
|
124
|
+
const key = await getPageKey(sourceId.value, '',query.value)// 获取key
|
|
125
125
|
const data = await getPageData(key.data?.key, pageNo, pageSize)// 获取数据
|
|
126
126
|
// const count = await getPageTotal(key.data?.key)// 获取总数
|
|
127
127
|
paging.value.complete && paging.value.complete(data.data.entities)
|