问题修改

This commit is contained in:
lixiao 2025-04-25 16:17:03 +08:00
parent 436d9fc2a0
commit df6ca8d40f

View File

@ -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
}