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