|
|
@ -56,7 +56,7 @@ export default {
|
|
|
|
|
|
|
|
|
|
|
|
created() {
|
|
|
|
created() {
|
|
|
|
this.form.token = this.getToken;
|
|
|
|
this.form.token = this.getToken;
|
|
|
|
this.form.sBrand = this.getBrand.brandname || this.brand;
|
|
|
|
this.form.sBrand = this.getBrand.brandname || '奥迪';
|
|
|
|
this.getData();
|
|
|
|
this.getData();
|
|
|
|
},
|
|
|
|
},
|
|
|
|
|
|
|
|
|
|
|
|