fix(系统设置): 环境列表创建环境不填写内容直接点击确定选择项目下拉框国际化显示问题

--bug=1024747 --user=李玉号 【系统设置】环境列表-创建环境-不填写内容直接点击确定-选择项目下拉框国际化显示问题
https://www.tapd.cn/55049933/s/1354630
This commit is contained in:
shiziyuan9527 2023-03-22 18:52:54 +08:00 committed by fit2-zhao
parent 149b2d55b3
commit 6a5e996920
1 changed files with 1 additions and 1 deletions

View File

@ -209,7 +209,7 @@ export default {
{max: 64, message: this.$t('commons.input_limit', [1, 64]), trigger: 'blur'} {max: 64, message: this.$t('commons.input_limit', [1, 64]), trigger: 'blur'}
], ],
currentProjectId: [ currentProjectId: [
{required: true, message: "", trigger: 'blur'}, {required: true, message: this.$t('workspace.env_group.please_select_project'), trigger: ['change', 'blur']},
], ],
}, },
headerSuggestions: REQUEST_HEADERS, headerSuggestions: REQUEST_HEADERS,