From 00299d7f41b54f639a8c7ed9a8e2abd218010ce0 Mon Sep 17 00:00:00 2001 From: wxg0103 <727495428@qq.com> Date: Thu, 14 Oct 2021 14:46:27 +0800 Subject: [PATCH] =?UTF-8?q?feat=5F=E6=8E=A5=E5=8F=A3=E8=87=AA=E5=8A=A8?= =?UTF-8?q?=E5=8C=96=5F=E5=88=9B=E5=BB=BA=E5=9C=BA=E6=99=AF=E6=97=B6?= =?UTF-8?q?=E7=94=A8=E4=BE=8B=E7=AD=89=E7=BA=A7=E9=BB=98=E8=AE=A4P0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/api/automation/scenario/EditApiScenario.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue index f43b144a9d..66f682a0b3 100644 --- a/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue +++ b/frontend/src/business/components/api/automation/scenario/EditApiScenario.vue @@ -53,7 +53,7 @@ - + @@ -407,6 +407,7 @@ export default { value: API_STATUS[0].id, options: API_STATUS, levels: PRIORITY, + level: "P0", scenario: {}, loading: false, showHideTree: true,