52699 清单条目导入:适用车型前端没显示数据

This commit is contained in:
宋伟佳
2022-05-10 11:21:13 +08:00
parent f890a5dfdb
commit ec2b7e5ecf
@@ -1103,7 +1103,6 @@ export default {
}
}
// 适用车型转换
console.log(item.sycx);
if (item.sycx !== null) {
let k = (item.sycx || "").split(",");
for (let i in this.energyKindOptions) {