From 2767fbd9e13e0aeac1eadcc9f4acef287572e5ba Mon Sep 17 00:00:00 2001
From: zhongshujie <2862698242@qq.com>
Date: 星期三, 04 六月 2025 15:04:50 +0800
Subject: [PATCH] bug优化

---
 src/components/dialogExaminations/index.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/components/dialogExaminations/index.vue b/src/components/dialogExaminations/index.vue
index faa87c1..b257f1f 100644
--- a/src/components/dialogExaminations/index.vue
+++ b/src/components/dialogExaminations/index.vue
@@ -858,7 +858,7 @@
     // 棰樼洰鏀惰棌鎸夐挳,鏀惰棌鍜屽彇娑堝悓涓�鎺ュ彛锛屽彇娑堟暟缁勫噺鍘昏椤筰d
     setCollect(num, number) {
       let item = null;
-      if (number >=0) {
+      if (number >= 0) {
         item = this.cardData[num].infoList[number];
       } else {
         item = this.cardData[num];

--
Gitblit v1.9.1