[update] 选用户组件查询当前查询条件下所有用户换接口

This commit is contained in:
lideqin
2024-08-14 12:37:35 +08:00
parent c13b7f5417
commit dc9d9d11f2
+1 -1
View File
@@ -348,7 +348,7 @@ export default {
params.order = 'desc'
await getAction(this.url.queryList, params).then(res => {
if (res.success) {
this.currentQueryAllData = res.result.records || []
this.currentQueryAllData = res.result || []
}
})
},