Commit dbc2529d by fengzhaoyu

11

parents 294a511a 72a6adfa
......@@ -85,7 +85,7 @@ export default {
let data = {
roleId: this.$route.params.roleId
}
$http.post('admin/menu/tree/roleById', data).then(res => {
$http.post('/admin/menu/tree/roleById', data).then(res => {
this.selectList = res.data.data
}).then(() => {
this.getTree()
......
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