|
@@ -294,7 +294,7 @@ export default {
|
|
|
watch: {
|
|
|
newSex(nextVal, prevVal) {
|
|
|
this.tmpSex = prevVal;
|
|
|
- if (nextVal != prevVal && (this.form.region2 == 2 || this.form.region2 == 6 || this.form.region2 == 7)) {
|
|
|
+ if (nextVal != prevVal && (this.form.region2 == 2 || this.form.region2 == 6 || this.form.region2 == 7 || this.form.region2 == 4 || this.form.region2 == 11)) {
|
|
|
this.searchTagList()
|
|
|
}
|
|
|
},
|
|
@@ -303,7 +303,7 @@ export default {
|
|
|
},
|
|
|
newSign(nextVal, prevVal) {
|
|
|
this.tmpType = prevVal;
|
|
|
- if (nextVal != prevVal && (this.form.region2 == 2 || this.form.region2 == 6 || this.form.region2 == 7)) {
|
|
|
+ if (nextVal != prevVal && (this.form.region2 == 2 || this.form.region2 == 6 || this.form.region2 == 7 || this.form.region2 == 4 || this.form.region2 == 11)) {
|
|
|
this.searchTagList()
|
|
|
}
|
|
|
},
|