src/pages/character/detail.vue
@@ -584,7 +584,6 @@ : fieldItem.content1; } } console.log(obj); this.detailInfo = obj; getDynastyAll().then((dynastyData) => { getWebBasic({ @@ -601,8 +600,9 @@ }); }); // 关系图谱 this.getMappingData(this.detailInfo.NAME); this.getMappingData(); }); //现代研究 getPersonInfo({ id: this.detailId, @@ -811,9 +811,9 @@ } }); }, getMappingData(name) { getMappingData() { getFuzzySearch({ keyword: name personId: this.detailId }).then((res) => { this.nodes = []; this.relationships = [];