删除没用代码

This commit is contained in:
不做码农 2022-04-26 18:33:19 +08:00
parent f4f0243d21
commit 8a129c15c3

View File

@ -155,7 +155,6 @@ import {
changeRoleStatus changeRoleStatus
} from '@/api/system/role' } from '@/api/system/role'
import { import {
treeselect as menuTreeselect,
roleMenuTreeselect roleMenuTreeselect
} from '@/api/system/menu' } from '@/api/system/menu'
import { import {
@ -277,12 +276,6 @@ export default {
} }
) )
}, },
/** 查询菜单树结构 */
getMenuTreeselect() {
menuTreeselect().then((response) => {
this.menuOptions = response.data
})
},
/** 查询部门树结构 */ /** 查询部门树结构 */
getDeptTreeselect() { getDeptTreeselect() {
deptTreeselect().then((response) => { deptTreeselect().then((response) => {