@ -225,7 +225,7 @@ export default {
// 获取切换车型的数据
handlerBrand(arr) {
let row = this.list[this.chooseIndex];
row.brand = arr[0].brandname;
row.brand = arr[1].brandname;
row.model = arr[1].name;
row.isDel = true;
},
@ -159,7 +159,7 @@ export default {
let n = this.list.findIndex((ele) => ele.model === arr[1].name);
if (n != -1) return;
let filterArr = this.list.filter((ele) => {