zhaoke 2 years ago
parent
commit
ed693b5050
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/newRole/index.vue

+ 2 - 0
src/views/newRole/index.vue

@@ -455,6 +455,8 @@ export default {
       } else {
         const { code } = await this.getChangeList(SERVICE_ID.userAuthorizationId, addRes, 3)
         if (code == 0) {
+          this.msgUserId = null
+          this.checkArrs = []
           setTimeout(() => {
             this.getRoleQuth(this.dataObj)
           }, 100);