fix(member): 移除讲师等级接口

This commit is contained in:
ywk 2025-04-08 13:27:38 +08:00
parent 5b1c1a2db8
commit c5af61bdb7
1 changed files with 8 additions and 8 deletions

View File

@ -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) => {