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