fix(系统设置): 创建用户后再次创建时上次的校验信息未清除

--bug=1013530 --user=李玉号 【系统设置】创建用户组后,再次创建,用户组会标红,建议默认不显示
https://www.tapd.cn/55049933/s/1166597
This commit is contained in:
shiziyuan9527 2022-05-27 14:59:59 +08:00 committed by 刘瑞斌
parent ae7f7e4972
commit 828560c286
1 changed files with 5 additions and 0 deletions

View File

@ -188,6 +188,11 @@ export default {
});
this.form = Object.assign({}, row);
}
if (this.$refs.createUserForm) {
this.$refs.createUserForm.clearValidate();
}
this.createVisible = true;
this.getAllUserGroup();
},