From c62d926c31758229e564bf85ae6c7987cb5edd80 Mon Sep 17 00:00:00 2001 From: Fine Date: Mon, 28 Nov 2022 19:24:23 +0800 Subject: [PATCH] update values --- .../related/network-profiling/components/NewTask.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/dashboard/related/network-profiling/components/NewTask.vue b/src/views/dashboard/related/network-profiling/components/NewTask.vue index 9bce52a7..44b2058c 100644 --- a/src/views/dashboard/related/network-profiling/components/NewTask.vue +++ b/src/views/dashboard/related/network-profiling/components/NewTask.vue @@ -69,8 +69,8 @@ const activeNames = ref([0]); const conditionsList = ref([ { uriRegex: "", - when4xx: InitTaskField.Whenxx[0].value, - when5xx: InitTaskField.Whenxx[1].value, + when4xx: InitTaskField.Whenxx[1].value, + when5xx: InitTaskField.Whenxx[0].value, minDuration: NaN, }, ]);