From 6a5e996920ba9f1e8d92aa5d776e881cfcfc6ac9 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Wed, 22 Mar 2023 18:52:54 +0800 Subject: [PATCH] =?UTF-8?q?fix(=E7=B3=BB=E7=BB=9F=E8=AE=BE=E7=BD=AE):=20?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=E5=88=97=E8=A1=A8=E5=88=9B=E5=BB=BA=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=B8=8D=E5=A1=AB=E5=86=99=E5=86=85=E5=AE=B9=E7=9B=B4?= =?UTF-8?q?=E6=8E=A5=E7=82=B9=E5=87=BB=E7=A1=AE=E5=AE=9A=E9=80=89=E6=8B=A9?= =?UTF-8?q?=E9=A1=B9=E7=9B=AE=E4=B8=8B=E6=8B=89=E6=A1=86=E5=9B=BD=E9=99=85?= =?UTF-8?q?=E5=8C=96=E6=98=BE=E7=A4=BA=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1024747 --user=李玉号 【系统设置】环境列表-创建环境-不填写内容直接点击确定-选择项目下拉框国际化显示问题 https://www.tapd.cn/55049933/s/1354630 --- .../frontend/src/components/environment/EnvironmentEdit.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/framework/sdk-parent/frontend/src/components/environment/EnvironmentEdit.vue b/framework/sdk-parent/frontend/src/components/environment/EnvironmentEdit.vue index 4ccad9b39d..3203f3274f 100644 --- a/framework/sdk-parent/frontend/src/components/environment/EnvironmentEdit.vue +++ b/framework/sdk-parent/frontend/src/components/environment/EnvironmentEdit.vue @@ -209,7 +209,7 @@ export default { {max: 64, message: this.$t('commons.input_limit', [1, 64]), trigger: 'blur'} ], currentProjectId: [ - {required: true, message: "", trigger: 'blur'}, + {required: true, message: this.$t('workspace.env_group.please_select_project'), trigger: ['change', 'blur']}, ], }, headerSuggestions: REQUEST_HEADERS,