| | |
| | | import { |
| | | getFuzzySearch, |
| | | getPersonInfo, |
| | | getRelationTypeTreeList, |
| | | getWebBasic, |
| | | getIntroduction, |
| | | getSource, |
| | |
| | | }); |
| | | }, |
| | | getRelationship() { |
| | | getRelationTypeTreeList().then(res=>{ |
| | | console.log(res,"getRelationTypeTreeList"); |
| | | console.log(res); |
| | | }) |
| | | // getPersonRelationAtSchool({ |
| | | // personId: this.detailId, |
| | | // }).then((res) => { |
| | |
| | | // }); |
| | | // } |
| | | // }); |
| | | getPersonInfo({ |
| | | id: this.detailId, |
| | | type: "PERSON_RELATIONS" |
| | | }).then((res) => { |
| | | this.tableData4 |
| | | console.log(res,"PERSON_RELATIONS"); |
| | | }); |
| | | // 社会关系 |
| | | getPersonRelationAtSchool({ |
| | | personId: this.detailId, |