From 8f133219f3148c67b02b755419a440830b4e4bae Mon Sep 17 00:00:00 2001 From: zhangdahai112 Date: Wed, 20 Jul 2022 16:57:06 +0800 Subject: [PATCH] =?UTF-8?q?fix(UI=20=E8=87=AA=E5=8A=A8=E5=8C=96):=20UI?= =?UTF-8?q?=E6=B5=8B=E8=AF=95=E8=AE=A1=E5=88=92=E7=BB=99=E9=BB=98=E8=AE=A4?= =?UTF-8?q?=E6=B5=8F=E8=A7=88=E5=99=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --bug=1015052 --user=张大海 【测试跟踪】执行测试计划,浏览器默认是空的,建议显示默认值 {#_orginal_url#} --- .../components/track/plan/common/PlanRunModeWithEnv.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/track/plan/common/PlanRunModeWithEnv.vue b/frontend/src/business/components/track/plan/common/PlanRunModeWithEnv.vue index d8ca39cebf..59fdc26a81 100644 --- a/frontend/src/business/components/track/plan/common/PlanRunModeWithEnv.vue +++ b/frontend/src/business/components/track/plan/common/PlanRunModeWithEnv.vue @@ -243,7 +243,8 @@ resourcePoolId: null, envMap: new Map(), environmentGroupId: "", - environmentType: ENV_TYPE.JSON + environmentType: ENV_TYPE.JSON, + browser: "CHROME" }; this.runModeVisible = false; this.$emit('close');