From 2a6d2117ff6f08c2977e5fecc9abeb3861f6748c Mon Sep 17 00:00:00 2001 From: "Captain.B" Date: Mon, 23 Aug 2021 10:42:06 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E9=85=8D=E7=BD=AE?= =?UTF-8?q?=E6=80=A7=E8=83=BD=E6=B5=8B=E8=AF=95=E9=80=9A=E7=9F=A5=E5=88=A0?= =?UTF-8?q?=E9=99=A4=E4=BA=8B=E4=BB=B6=E4=B8=8D=E8=83=BD=E9=80=89=E4=B8=AD?= =?UTF-8?q?=E5=85=B3=E6=B3=A8=E4=BA=BA=E7=9A=84=E9=97=AE=E9=A2=98=20--bug?= =?UTF-8?q?=3D1006041=20--user=3D=E5=88=98=E7=91=9E=E6=96=8C=20=E3=80=90?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E9=80=9A=E7=9F=A5=E3=80=91-=E5=88=9B?= =?UTF-8?q?=E5=BB=BA=E6=80=A7=E8=83=BD...=20https://www.tapd.cn/55049933/s?= =?UTF-8?q?/1037504?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../components/performance/PerformanceTestNotification.vue | 3 --- 1 file changed, 3 deletions(-) diff --git a/frontend/src/business/components/settings/organization/components/performance/PerformanceTestNotification.vue b/frontend/src/business/components/settings/organization/components/performance/PerformanceTestNotification.vue index c05c4a13ef..2a85ba4370 100644 --- a/frontend/src/business/components/settings/organization/components/performance/PerformanceTestNotification.vue +++ b/frontend/src/business/components/settings/organization/components/performance/PerformanceTestNotification.vue @@ -318,9 +318,6 @@ export default { row.userIds.unshift('CREATOR'); } } - if (i > -1) { - row.userIds.splice(i, 1); - } break; default: break;