|
@@ -256,9 +256,10 @@ import apis from '@api/medicalTerm.js';
|
|
|
}
|
|
|
if(this.addLevel === 0) {
|
|
|
param.relationTypeId = 16
|
|
|
- }
|
|
|
+ }
|
|
|
if(this.addLevel > 0) {
|
|
|
param.relationPosition = 0
|
|
|
+ param.relationTypeIdSupplement = [16,71]
|
|
|
}
|
|
|
|
|
|
api.getConceptInfoAssay(param).then((res) => {
|