|
|
@ -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) |
|
|
|
}, |
|
|
|