Commit e941e089 authored by 刘怀志's avatar 刘怀志

bug修改

parent 6ad5052a
......@@ -221,7 +221,7 @@ export default {
/** 查询部门下拉树结构 */
getDeptTree() {
deptTreeSelect().then(response => {
this.deptOptions = response.data
this.deptOptions = response.data[0].children
})
},
/** 查询菜单列表 */
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment