|
@ -17,7 +17,7 @@ |
|
|
:loading="loading" |
|
|
:loading="loading" |
|
|
:header="header" |
|
|
:header="header" |
|
|
:list="list" |
|
|
:list="list" |
|
|
@operate="toUserInfo" |
|
|
@operate="handlePeopleItem" |
|
|
></cpt-tb> |
|
|
></cpt-tb> |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
@ -50,7 +50,7 @@ |
|
|
<script> |
|
|
<script> |
|
|
import cptCard from "@/views/modules/visual/cpts/card"; |
|
|
import cptCard from "@/views/modules/visual/cpts/card"; |
|
|
import { requestPost } from "@/js/dai/request"; |
|
|
import { requestPost } from "@/js/dai/request"; |
|
|
import peopleMore from "@/views/modules/shequ/cpts/people-more"; |
|
|
import peopleMore from "@/views/modules/visual/basicinfo/cpts/people-more"; |
|
|
import cptTb from "@/views/modules/visual/cpts/tb"; |
|
|
import cptTb from "@/views/modules/visual/cpts/tb"; |
|
|
import { mapGetters } from "vuex"; |
|
|
import { mapGetters } from "vuex"; |
|
|
|
|
|
|
|
@ -152,8 +152,9 @@ export default { |
|
|
this.getList(); |
|
|
this.getList(); |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
handlePeopleItem(uid) { |
|
|
handlePeopleItem(index) { |
|
|
console.log(uid); |
|
|
console.log(uid); |
|
|
|
|
|
let uid = this.srcList[index].userId; |
|
|
this.currentPepeleId = uid; |
|
|
this.currentPepeleId = uid; |
|
|
|
|
|
|
|
|
this.showedPeopleInfo = true; |
|
|
this.showedPeopleInfo = true; |
|
|