diff --git a/epmet-oper-web/src/views/modules/customer/customize/roleList.vue b/epmet-oper-web/src/views/modules/customer/customize/roleList.vue index 4616e7e..d753486 100644 --- a/epmet-oper-web/src/views/modules/customer/customize/roleList.vue +++ b/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) diff --git a/epmet-oper-web/src/views/modules/customer/role.vue b/epmet-oper-web/src/views/modules/customer/role.vue index 49bc3e2..72e6585 100644 --- a/epmet-oper-web/src/views/modules/customer/role.vue +++ b/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) },