瀏覽代碼

术语关联维护-新增-枚举修改

liucf 6 年之前
父節點
當前提交
00d2f8c433
共有 1 個文件被更改,包括 2 次插入1 次删除
  1. 2 1
      src/components/icss/AddConceptRelation.vue

+ 2 - 1
src/components/icss/AddConceptRelation.vue

@@ -140,7 +140,8 @@ export default {
             this.form.conceptNameType =data.conceptNameType;
           }
           let typeList = JSON.parse(localStorage.getItem("knowledgeEnumsData"));
-          this.typeList = typeList.lexiconTypeEnum;
+          // this.typeList = typeList.lexiconTypeEnum;
+          this.typeList = typeList.concatLexiconTypeEnum; //7-8 RGB
         },
         watch: {
           searchTagVal(newVal, preVal) {