Ver código fonte

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

liucf 6 anos atrás
pai
commit
00d2f8c433
1 arquivos alterados com 2 adições e 1 exclusões
  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) {