|
@@ -460,8 +460,10 @@
|
|
}
|
|
}
|
|
|
|
|
|
} else {
|
|
} else {
|
|
|
|
+ debugger
|
|
this.index = 1
|
|
this.index = 1
|
|
this.carList = this.pList
|
|
this.carList = this.pList
|
|
|
|
+ this.carList1 = this.pList
|
|
if (this.pList.length != 0) {
|
|
if (this.pList.length != 0) {
|
|
let _item = this.pList.filter(function(val1) {
|
|
let _item = this.pList.filter(function(val1) {
|
|
if (val1.id == that.$route.query.id) {
|
|
if (val1.id == that.$route.query.id) {
|