|
@@ -284,6 +284,9 @@ export default {
|
|
if (this.chooseVal != 'c') {
|
|
if (this.chooseVal != 'c') {
|
|
if (e.target.value == '0') {
|
|
if (e.target.value == '0') {
|
|
this.chooseVal = 'b'
|
|
this.chooseVal = 'b'
|
|
|
|
+ this.form.gateType = undefined
|
|
|
|
+ this.form.gateAmount = undefined
|
|
|
|
+ this.form.quotaAmount = undefined
|
|
} else {
|
|
} else {
|
|
this.chooseVal = 'a'
|
|
this.chooseVal = 'a'
|
|
}
|
|
}
|