From 57e5adb222f8bbb37eb17cf2d45083116a079de4 Mon Sep 17 00:00:00 2001 From: shiziyuan9527 Date: Wed, 7 Apr 2021 11:57:14 +0800 Subject: [PATCH] =?UTF-8?q?refactor:=20=E4=BB=A3=E7=A0=81=E8=A7=84?= =?UTF-8?q?=E8=8C=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/business/components/track/common/EnvSelect.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/common/EnvSelect.vue b/frontend/src/business/components/track/common/EnvSelect.vue index 8b1c635013..62f1179915 100644 --- a/frontend/src/business/components/track/common/EnvSelect.vue +++ b/frontend/src/business/components/track/common/EnvSelect.vue @@ -98,7 +98,7 @@ export default { return; } map.set(dt.id, dt.selectEnv); - }) + }); if (!sign) { this.$warning("请为每个项目选择一个运行环境!"); return;