@@ -172,18 +172,18 @@ export default {
}else{
this.sonLis = []
if(!this.form.id){
- this.getTypes()
this.form.region4 = ''
this.form.region1 = ''
+ this.getTypes()
}
},
tmpOwnTo(newVal, preVal){
- if(newVal != preVal){
+ if(newVal&&newVal != preVal){
if(this.form.isCopy){
this.getTypes('copy')