|
@@ -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) {
|