|
@@ -298,6 +298,10 @@ import apis from '@api/medicalTerm.js';
|
|
},
|
|
},
|
|
append(data, e) {
|
|
append(data, e) {
|
|
e.stopPropagation()
|
|
e.stopPropagation()
|
|
|
|
+ if(!data.isExpanded) {
|
|
|
|
+ data.isExpanded = true
|
|
|
|
+ this.defaultExpandedArr.push(data.conceptId)
|
|
|
|
+ }
|
|
this.addLevel = data.level+1;
|
|
this.addLevel = data.level+1;
|
|
this.relationConceptId = data.conceptId
|
|
this.relationConceptId = data.conceptId
|
|
this.operaList = data;
|
|
this.operaList = data;
|