Explorar o código

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

liucf %!s(int64=6) %!d(string=hai) anos
pai
achega
00d2f8c433
Modificáronse 1 ficheiros con 2 adicións e 1 borrados
  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) {