From 04bf702e54358b39abffc660399de1529dc786c8 Mon Sep 17 00:00:00 2001 From: litian <2804272236@qq.com> Date: 星期三, 11 六月 2025 14:17:00 +0800 Subject: [PATCH] 1 --- 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