|
@@ -261,6 +261,7 @@ export default{
|
|
|
} if (this.companyList == null || typeof this.companyList == `undefined` || this.companyList == `` || this.companyList.length == 0) {
|
|
|
this.companyList = [{'companyName': `.`}]
|
|
|
}
|
|
|
+ this.companyList.unshift({'companyName': '全部'});
|
|
|
this.companyName = this.companyList[0][`companyName`]
|
|
|
this.loadDataCar()
|
|
|
},
|