fix(系统设置): 修复批量添加到工作空间时错误提示

--bug=1007843 --user=刘瑞斌 【系统设置】用户批量添加到工作空间,提示信息不准确 https://www.tapd.cn/55049933/s/1070954
This commit is contained in:
CaptainB 2021-11-20 14:19:10 +08:00 committed by 刘瑞斌
parent f6636aa43b
commit a1190b450d
1 changed files with 1 additions and 1 deletions

View File

@ -106,7 +106,7 @@ export default {
},
confirm() {
if (!this.selectedUserGroup) {
this.$warning(this.$t('user.select_workspace'));
this.$warning(this.$t('user.select_group'));
return;
}
this.$refs.ruleForm.validate((valid) => {