@@ -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);