Commit 50fc4aff44fd17005e5b4af8b48335b4eda428e6
1 parent
666ca1d0
新能源查询
Showing
1 changed file
with
2 additions
and
0 deletions
src/components/plateNumber.vue
| @@ -426,6 +426,7 @@ export default { | @@ -426,6 +426,7 @@ export default { | ||
| 426 | this.$refs.alert.open() | 426 | this.$refs.alert.open() |
| 427 | return | 427 | return |
| 428 | } | 428 | } |
| 429 | + this.currentColor = 0 | ||
| 429 | } | 430 | } |
| 430 | if (this.formData.commonCard === '2') { | 431 | if (this.formData.commonCard === '2') { |
| 431 | plateLicense = this.plate_license_2 | 432 | plateLicense = this.plate_license_2 |
| @@ -434,6 +435,7 @@ export default { | @@ -434,6 +435,7 @@ export default { | ||
| 434 | this.$refs.alert.open() | 435 | this.$refs.alert.open() |
| 435 | return | 436 | return |
| 436 | } | 437 | } |
| 438 | + this.currentColor = 4 | ||
| 437 | } | 439 | } |
| 438 | this.$emit('getPlateLicense',plateLicense) | 440 | this.$emit('getPlateLicense',plateLicense) |
| 439 | console.log(plateLicense); | 441 | console.log(plateLicense); |