@@ -928,7 +928,10 @@ export default {
} else {
this.OtherList = []
}
- this.OtherValue = this.otherType
+ if (this.otherType) {
+ this.OtherValue = this.otherType
+ this.changeOtherZone(this.otherType)
+ }
})
},
// 其他类型下拉change