52699 清单条目导入:适用车型前端没显示数据
This commit is contained in:
@@ -1103,6 +1103,7 @@ export default {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
// 适用车型转换
|
// 适用车型转换
|
||||||
|
console.log(item.sycx);
|
||||||
if (item.sycx !== null) {
|
if (item.sycx !== null) {
|
||||||
let k = (item.sycx || "").split(",");
|
let k = (item.sycx || "").split(",");
|
||||||
for (let i in this.energyKindOptions) {
|
for (let i in this.energyKindOptions) {
|
||||||
@@ -1110,7 +1111,7 @@ export default {
|
|||||||
if (this.energyKindOptions[i].value === k[m]) {
|
if (this.energyKindOptions[i].value === k[m]) {
|
||||||
k[m] = this.energyKindOptions[i].label;
|
k[m] = this.energyKindOptions[i].label;
|
||||||
}
|
}
|
||||||
item.sycx = k.join(",");
|
item.typeApplicable = k.join(",");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user