|
@@ -294,17 +294,16 @@ export default {
|
|
|
watch: {
|
|
|
newSex(nextVal, prevVal) {
|
|
|
this.tmpSex = prevVal;
|
|
|
- this.searchTagList()
|
|
|
+ if (nextVal != prevVal || this.form.region2 == 2 || this.form.region2 == 6 || this.form.region2 == 7 || this.form.region2 == 9) {
|
|
|
+ this.searchTagList()
|
|
|
+ }
|
|
|
},
|
|
|
newType(nextVal, prevVal) {
|
|
|
this.tmpOwn = prevVal;
|
|
|
- if (nextVal != prevVal) {
|
|
|
- // this.searchTagList()
|
|
|
- }
|
|
|
},
|
|
|
newSign(nextVal, prevVal) {
|
|
|
this.tmpType = prevVal;
|
|
|
- if (nextVal != prevVal) {
|
|
|
+ if (nextVal != prevVal || this.form.region2 == 2 || this.form.region2 == 6 || this.form.region2 == 7 || this.form.region2 == 9) {
|
|
|
this.searchTagList()
|
|
|
}
|
|
|
},
|