|
@@ -416,6 +416,11 @@ export default {
|
|
},
|
|
},
|
|
newType(nextVal, prevVal) {
|
|
newType(nextVal, prevVal) {
|
|
this.tmpOwn = prevVal;
|
|
this.tmpOwn = prevVal;
|
|
|
|
+ if(nextVal == 4){
|
|
|
|
+ this.form.region12 = '0'
|
|
|
|
+ }else{
|
|
|
|
+ this.form.region12 = '1'
|
|
|
|
+ }
|
|
},
|
|
},
|
|
newSign(nextVal, prevVal) {
|
|
newSign(nextVal, prevVal) {
|
|
this.tmpType = prevVal;
|
|
this.tmpType = prevVal;
|