Browse Source

修改角色重复

master
13176889840 4 years ago
parent
commit
2129b6f874
  1. 1
      epmet-oper-web/src/views/modules/customer/customize/roleList.vue
  2. 3
      epmet-oper-web/src/views/modules/customer/role.vue

1
epmet-oper-web/src/views/modules/customer/customize/roleList.vue

@ -198,6 +198,7 @@ export default {
operationKey: operationKey
}
console.log('checkedScopes', this.checkedScopes)
this.checkedScopes = []
this.loading3 = true
this.$http
.post('/gov/access/config/configoptions', params)

3
epmet-oper-web/src/views/modules/customer/role.vue

@ -207,6 +207,7 @@ export default {
}
console.log('checkedScopes', this.checkedScopes)
this.loading3 = true
this.checkedScopes = []
this.$http
.post('/gov/access/config/opedefaultscopes/list', params)
.then(resp => {
@ -292,7 +293,7 @@ export default {
)
},
roleChange (val) {
// console.log('valooo', val)
console.log('valooo', val)
this.scopeSection = val
// this.saveSettings(val)
},

Loading…
Cancel
Save