Explorar o código

标签池获取问题

Luolei %!s(int64=6) %!d(string=hai) anos
pai
achega
fda8c97ddd
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      src/components/icss/PubTagGroup.vue

+ 2 - 2
src/components/icss/PubTagGroup.vue

@@ -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()
       }
     },