fix(系统设置): 修复批量添加到工作空间时错误提示
--bug=1007843 --user=刘瑞斌 【系统设置】用户批量添加到工作空间,提示信息不准确 https://www.tapd.cn/55049933/s/1070954
This commit is contained in:
parent
f6636aa43b
commit
a1190b450d
|
@ -106,7 +106,7 @@ export default {
|
||||||
},
|
},
|
||||||
confirm() {
|
confirm() {
|
||||||
if (!this.selectedUserGroup) {
|
if (!this.selectedUserGroup) {
|
||||||
this.$warning(this.$t('user.select_workspace'));
|
this.$warning(this.$t('user.select_group'));
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
this.$refs.ruleForm.validate((valid) => {
|
this.$refs.ruleForm.validate((valid) => {
|
||||||
|
|
Loading…
Reference in New Issue