@@ -143,7 +143,9 @@
modifyRelation(row) {
const param = {
conceptId: row.conceptId,
- relationId:18
+ // relationId:18
+ relationIds:[18], //9-23后台修改
+ typeIds:[13]
}
api.getAssaySonDetail(param).then((res) => {
if(res.data.code == '0') {