fix(系统设置): 环境列表创建环境不填写内容直接点击确定选择项目下拉框国际化显示问题
--bug=1024747 --user=李玉号 【系统设置】环境列表-创建环境-不填写内容直接点击确定-选择项目下拉框国际化显示问题 https://www.tapd.cn/55049933/s/1354630
This commit is contained in:
parent
149b2d55b3
commit
6a5e996920
|
@ -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,
|
||||||
|
|
Loading…
Reference in New Issue