This commit is contained in:
刘仕伟
2024-01-23 22:40:02 +08:00
parent 21b754497b
commit 0047e3dbe7
4 changed files with 133 additions and 12 deletions

View File

@@ -199,7 +199,7 @@ export default {
flag = true
}
})
if (!flag) {
if (!flag && (item1.specKeyId != 1001 && item1.specKeyId != 43404162)) {
specIds.push({spec_key_id: item1.spec_key_id, spec_value: item1.spec_value})
}
})
@@ -265,7 +265,7 @@ export default {
flag = true
}
})
if (!flag) {
if (!flag && (item1.specKeyId != 1001 && item1.specKeyId != 43404162)) {
specIds.push({specKeyId: item1.specKeyId, specValue: item1.specValue})
}
})