|
@@ -63,7 +63,7 @@ export default class extends Vue {
|
|
|
relType: this.$route.query.relationType,
|
|
|
graphicType: this.$route.query.graphicType,
|
|
|
fromId: val.id, //主对象id
|
|
|
- toId: val.objectInfo.id, //从对象id
|
|
|
+ toId: val.objectInfo[0].id, //从对象id
|
|
|
};
|
|
|
relDel(data).then((res) => {
|
|
|
if (res.result == "success") {
|