Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary
| | |
| | | url: "/person/fuzzySearch", |
| | | method: "post", |
| | | params: { |
| | | keyword: requestData?.keyword |
| | | keyword: requestData?.keyword, |
| | | personId: requestData?.personId, |
| | | } |
| | | }); |
| | | }; |
| | |
| | | : fieldItem.content1; |
| | | } |
| | | } |
| | | console.log(obj); |
| | | this.detailInfo = obj; |
| | | getDynastyAll().then((dynastyData) => { |
| | | getWebBasic({ |
| | |
| | | }); |
| | | }); |
| | | // 关系图谱 |
| | | this.getMappingData(this.detailInfo.NAME); |
| | | this.getMappingData(); |
| | | }); |
| | | |
| | | //现代研究 |
| | | getPersonInfo({ |
| | | id: this.detailId, |
| | |
| | | } |
| | | }); |
| | | }, |
| | | getMappingData(name) { |
| | | getMappingData() { |
| | | getFuzzySearch({ |
| | | keyword: name, |
| | | personId: this.detailId |
| | | }).then((res) => { |
| | | this.nodes = []; |
| | | this.relationships = []; |