问题修改
This commit is contained in:
parent
436d9fc2a0
commit
df6ca8d40f
@ -465,7 +465,7 @@ struct Index {
|
|||||||
let kfdm = ''
|
let kfdm = ''
|
||||||
let currentKf
|
let currentKf
|
||||||
Object.entries(this.markRuleListObj).forEach(([key, value]) => {
|
Object.entries(this.markRuleListObj).forEach(([key, value]) => {
|
||||||
if (value.markcatalog == kf) {
|
if (value.markcatalog == kf && !currentKf) {
|
||||||
[xmdm, kfdm] = key.split('_')
|
[xmdm, kfdm] = key.split('_')
|
||||||
currentKf = value
|
currentKf = value
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user