mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/fe-manage.git
synced 2025-12-22 09:16:46 +08:00
讲师管理bug
This commit is contained in:
@@ -214,7 +214,8 @@ const searchMember = (keyword) => {
|
||||
const params = {
|
||||
pageNo: 1,
|
||||
pageSize: 50,
|
||||
name: keyword
|
||||
name: keyword,
|
||||
status: 1,
|
||||
}
|
||||
!props.lecturer && getTeacherList(params).then(res=>{
|
||||
console.log(res,'ressss')
|
||||
|
||||
Reference in New Issue
Block a user