|
@@ -19,7 +19,7 @@
|
|
|
<edit class="inline-16" v-if="Object.keys(mainData).length > 0 && tool.checkAuth($route.name,'update')" :disabled="!isHandle" :data="mainData"/>
|
|
|
<follow :detailInfo="mainData"
|
|
|
v-if="tool.checkAuth($route.name,'follow')"
|
|
|
- @updataList="queryMainData();$refs.followDetail.getFollowDetail()" @onSuccess="$refs.followDetail.getFollowDetail()" :disabled="!isHandle"></follow>
|
|
|
+ @updataList="queryMainData();$refs.followDetail.getFollowDetail()" @onSuccess="onFollow" :disabled="!isHandle"></follow>
|
|
|
<!-- <move :data="mainData"
|
|
|
@updataList="queryMainData"
|
|
|
:teamList="teamList()"
|
|
@@ -310,6 +310,10 @@ export default {
|
|
|
},
|
|
|
onChangeCustomer(){
|
|
|
this.queryMainData(this.$route.query.id)
|
|
|
+ },
|
|
|
+ onFollow(){
|
|
|
+ this.$refs.followDetail.getFollowDetail()
|
|
|
+ this.queryMainData()
|
|
|
}
|
|
|
},
|
|
|
mounted () {
|