zhouna 4 years ago
parent
commit
042483e5a2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/components/knowledgeExtra/SubConditions.vue

+ 1 - 1
src/components/knowledgeExtra/SubConditions.vue

@@ -225,7 +225,7 @@
             },
             'firstPlace':{
                 handler:function(val) {
-                    if (!val) return;
+                    if (this.ind!==0||!val) return;
                     const dict = localStorage.getItem("zskDicts").match(new RegExp(val.checkedType+'-\\d+','g'))||[];
                     const types = dict[0].split("-");
                     const sub = this.baseTypes.find((it) => it.ruleType === +types[0] && it.type === +types[2]);