mirror of
https://github.com/jumpserver/lina.git
synced 2025-09-17 07:42:41 +00:00
fix: 修改添加用户API
This commit is contained in:
@@ -97,7 +97,7 @@ export default {
|
||||
this.InviteOptions = []
|
||||
this.selectLoading = true
|
||||
this.$axios
|
||||
.get(` /api/v1/users/users/?search=${query}&all=1`)
|
||||
.get(` /api/v1/users/users/suggestion/?search=${query}`)
|
||||
.then(result => {
|
||||
console.log(result)
|
||||
for (let i = 0; i < result.length; i++) {
|
||||
|
Reference in New Issue
Block a user