diff --git a/src/components/plateNumber.vue b/src/components/plateNumber.vue index 21aa098..342b54b 100644 --- a/src/components/plateNumber.vue +++ b/src/components/plateNumber.vue @@ -426,6 +426,7 @@ export default { this.$refs.alert.open() return } + this.currentColor = 0 } if (this.formData.commonCard === '2') { plateLicense = this.plate_license_2 @@ -434,6 +435,7 @@ export default { this.$refs.alert.open() return } + this.currentColor = 4 } this.$emit('getPlateLicense',plateLicense) console.log(plateLicense);