mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 17:26:46 +08:00
讲师管理bug
This commit is contained in:
@@ -224,12 +224,14 @@ const searchMember = (keyword) => {
|
||||
avatar: item.avatar,
|
||||
gender: item.gender
|
||||
}
|
||||
})
|
||||
}) || []
|
||||
}else{
|
||||
options.value = []
|
||||
loading.value = false
|
||||
}
|
||||
}).catch(()=>{
|
||||
loading.value = false
|
||||
options.value = []
|
||||
})
|
||||
const params = {
|
||||
pageNo: 1,
|
||||
|
||||
Reference in New Issue
Block a user