|
@@ -239,9 +239,11 @@ import apis from '@api/medicalTerm.js';
|
|
|
"relationPosition": 1,
|
|
|
"typeId": this.addLevel === 0 ? 71 : 16
|
|
|
}
|
|
|
+ if(this.addLevel === 0) {
|
|
|
+ param.relationTypeId = 16
|
|
|
+ }
|
|
|
if(this.addLevel > 0) {
|
|
|
- param.relationPosition = 2
|
|
|
- param.relationConceptId = this.relationConceptId
|
|
|
+ param.relationPosition = 0
|
|
|
}
|
|
|
|
|
|
api.getConceptInfoAssay(param).then((res) => {
|