zhaoke 2 anni fa
parent
commit
ed693b5050
1 ha cambiato i file con 2 aggiunte e 0 eliminazioni
  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);