fix(member): 移除讲师等级接口
This commit is contained in:
parent
5b1c1a2db8
commit
c5af61bdb7
|
@ -1051,8 +1051,8 @@ import {
|
|||
import {
|
||||
getgradeRanglist,
|
||||
getAwardsListChiose,
|
||||
getRegistration,
|
||||
lecturerList
|
||||
getRegistration
|
||||
// lecturerList
|
||||
} from '@/api/level'
|
||||
import { getRoleMenu } from '@/api/notice'
|
||||
import { getToken } from '@/utils/auth'
|
||||
|
@ -1298,7 +1298,7 @@ export default {
|
|||
// 查询会员信息
|
||||
this.getMemberList()
|
||||
this.getgradeRanglist()
|
||||
this.lecturerLevels()
|
||||
// this.lecturerLevels()
|
||||
|
||||
this.getAwardsListChiose()
|
||||
this.getvertexValue()
|
||||
|
@ -1399,11 +1399,11 @@ export default {
|
|||
})
|
||||
}
|
||||
},
|
||||
lecturerLevels() {
|
||||
lecturerList().then((res) => {
|
||||
this.lecturerLevel = res.data
|
||||
})
|
||||
},
|
||||
// lecturerLevels() {
|
||||
// lecturerList().then((res) => {
|
||||
// this.lecturerLevel = res.data
|
||||
// })
|
||||
// },
|
||||
getMenu(e, id) {
|
||||
if (e && id == 0) {
|
||||
this.menuList.forEach((item) => {
|
||||
|
|
Loading…
Reference in New Issue