From 2c20021ea78b78cc0da7b53670a264dd877b3f0c Mon Sep 17 00:00:00 2001 From: wanganmao <525987762@qq.com> Date: Thu, 12 Jan 2023 10:39:43 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20bug=20=E6=89=93=E5=88=86=E9=A2=98?= =?UTF-8?q?=E9=AA=8C=E9=87=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/planetDesign/Design/questions/rate/Rate.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/views/planetDesign/Design/questions/rate/Rate.vue b/src/views/planetDesign/Design/questions/rate/Rate.vue index 6b9eab8e..11133b21 100644 --- a/src/views/planetDesign/Design/questions/rate/Rate.vue +++ b/src/views/planetDesign/Design/questions/rate/Rate.vue @@ -212,7 +212,7 @@ export default defineComponent({ .replaceAll("\n", ""); return $old === $item; }); - if (findIndex !== -1) { + if (findIndex !== -1 && index != findIndex) { message.error( `提示:第${index + 1}个选项和第${ findIndex + 1