fix(系统设置): 创建用户后再次创建时上次的校验信息未清除
--bug=1013530 --user=李玉号 【系统设置】创建用户组后,再次创建,用户组会标红,建议默认不显示 https://www.tapd.cn/55049933/s/1166597
This commit is contained in:
parent
ae7f7e4972
commit
828560c286
|
@ -188,6 +188,11 @@ export default {
|
|||
});
|
||||
this.form = Object.assign({}, row);
|
||||
}
|
||||
|
||||
if (this.$refs.createUserForm) {
|
||||
this.$refs.createUserForm.clearValidate();
|
||||
}
|
||||
|
||||
this.createVisible = true;
|
||||
this.getAllUserGroup();
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue