diff --git a/entry/src/main/ets/pages/Judge.ets b/entry/src/main/ets/pages/Judge.ets index 0117b332..ec9315c4 100644 --- a/entry/src/main/ets/pages/Judge.ets +++ b/entry/src/main/ets/pages/Judge.ets @@ -465,7 +465,7 @@ struct Index { let kfdm = '' let currentKf Object.entries(this.markRuleListObj).forEach(([key, value]) => { - if (value.markcatalog == kf) { + if (value.markcatalog == kf && !currentKf) { [xmdm, kfdm] = key.split('_') currentKf = value }