删除没用代码
This commit is contained in:
parent
f4f0243d21
commit
8a129c15c3
@ -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) => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user