[update] 选用户组件查询当前查询条件下所有用户换接口
This commit is contained in:
@@ -348,7 +348,7 @@ export default {
|
|||||||
params.order = 'desc'
|
params.order = 'desc'
|
||||||
await getAction(this.url.queryList, params).then(res => {
|
await getAction(this.url.queryList, params).then(res => {
|
||||||
if (res.success) {
|
if (res.success) {
|
||||||
this.currentQueryAllData = res.result.records || []
|
this.currentQueryAllData = res.result || []
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user