@@ -71,7 +71,7 @@
data:{
startName:'',
startType:'',
- relationName:'包含',
+ relationName:'包含于',
endName:'',
endType:''
},
@@ -115,7 +115,8 @@ export default {
modifyRelation(row) {
const param = {
- "conceptId": row.conceptId
+ "conceptId": row.conceptId,
+ "relationId":17
}
api.getConceptRelationDet(param).then((res) => {
if(res.data.code=='0'){