zhaoke 2 ani în urmă
părinte
comite
ed693b5050
1 a modificat fișierele cu 2 adăugiri și 0 ștergeri
  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);