mirror of
https://github.com/PanJiaChen/vue-element-admin.git
synced 2025-09-01 13:33:58 +08:00
Getting the correct list of accounts on edit users
This commit is contained in:
parent
a464270171
commit
ab754e7f1b
@ -229,8 +229,8 @@ export default {
|
||||
},
|
||||
getRemoteAccountList(query) { // platform is undefined
|
||||
query = {}
|
||||
query.platform = this.$store.state.platform
|
||||
query.limit = 100 // to fix limit maybe add another parameter in the Api call
|
||||
query.platform = this.$store.state.settings.platform
|
||||
query.limit = 100000 // to fix limit maybe add another parameter in the Api call
|
||||
|
||||
fetchList(query).then(response => {
|
||||
if (!response.data.docs) return
|
||||
|
Loading…
x
Reference in New Issue
Block a user