@@ -117,6 +117,7 @@
></el-input></el-col>
</el-form-item>
<el-form-item
+ v-if="form.region1 != 5"
label="选择项之间链接:"
prop="region5"
>
@@ -366,7 +367,7 @@
if(type === 1) {
this.form.region2 = '';
this.labelTypes = this.labelTypesList.filter(item => this.labelTypesMaps[tmpData].indexOf(item.val) > -1)
-
+ this.initForm()
}
if(type === 2) {
this.initForm()
@@ -397,6 +398,7 @@
this.form.suffix = ''
this.form.minNormalVal = ''
this.form.maxNormalVal = ''
+ this.form.region5 = ''
},