|
@@ -2439,6 +2439,9 @@ export default {
|
|
if (value) {
|
|
if (value) {
|
|
this.form.domains[this.clickIndex].extraField4 = value
|
|
this.form.domains[this.clickIndex].extraField4 = value
|
|
}
|
|
}
|
|
|
|
+ if(!value) {
|
|
|
|
+ this.form.domains[this.clickIndex].extraField5 = ''
|
|
|
|
+ }
|
|
this.form.domains[this.clickIndex].showPickerExtraField4 = false;
|
|
this.form.domains[this.clickIndex].showPickerExtraField4 = false;
|
|
this.$forceUpdate();
|
|
this.$forceUpdate();
|
|
},
|
|
},
|