|
|
@ -497,6 +497,11 @@ export default { |
|
|
|
if (this.carBrand_list.length > 0) { |
|
|
|
this.temp.carBrandName = this.carBrand_list[0].brandName |
|
|
|
this.temp.carBrandSid = this.carBrand_list[0].sid |
|
|
|
selectNameByOrg({ carBrandSid: this.temp.carBrandSid }).then((respsone) => { |
|
|
|
if (respsone.success) { |
|
|
|
this.actualPay_list = respsone.data |
|
|
|
} |
|
|
|
}) |
|
|
|
} |
|
|
|
} |
|
|
|
}) |
|
|
|