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