From 2129b6f874590eda39f18cae36fdb08c3ff8b2bb Mon Sep 17 00:00:00 2001 From: 13176889840 <13176889840@163.com> Date: Thu, 17 Jun 2021 17:12:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E8=A7=92=E8=89=B2=E9=87=8D?= =?UTF-8?q?=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/views/modules/customer/customize/roleList.vue | 1 + epmet-oper-web/src/views/modules/customer/role.vue | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) 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) },