فهرست منبع

Merge remote-tracking branch 'origin/knowledgePlat' into test

zhouna 4 سال پیش
والد
کامیت
c7ae644c35
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/components/knowledgeExtra/SubConditions.vue

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

@@ -183,10 +183,10 @@
             },
             'firstPlace':function(val){
                 if(!val)return;
-                const sub = this.baseTypes.find((it)=>it.firstPlace===1);
+                const sub = this.baseTypes.find((it)=>it.ruleType===3);
                 this.groupData.subType=sub.type;
                 this.baseTermTypeList =sub.subMenuList;
-                this.groupData.subLenCode=this.baseTermTypeList.find((it)=>it.firstPlace===1).code;
+                this.groupData.subLenCode=this.baseTermTypeList.find((it)=>it.ruleType===3).code;
                 this.conceptList=[val];
                 this.groupData.subDescription=val.conceptName;
                 this.groupData.subConceptId = val.conceptId;