Browse Source

修复角色管理 新增修改授权接口请求错误bug

daxiongYang 7 years ago
parent
commit
8000491330
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/modules/sys/role-add-or-update.vue

+ 1 - 1
src/views/modules/sys/role-add-or-update.vue

56
      init (id) {
56
      init (id) {
57
        this.dataForm.id = id || 0
57
        this.dataForm.id = id || 0
58
        this.$http({
58
        this.$http({
59
          url: this.$http.adornUrl('/sys/role/list'),
59
          url: this.$http.adornUrl('/sys/menu/list'),
60
          method: 'get',
60
          method: 'get',
61
          params: this.$http.adornParams()
61
          params: this.$http.adornParams()
62
        }).then(({data}) => {
62
        }).then(({data}) => {