|
@@ -73,7 +73,7 @@ export default {
|
|
|
},
|
|
|
created() {
|
|
|
// listData
|
|
|
- this.getMyFollowList()
|
|
|
+ this.ajaxGetEntFollowList()
|
|
|
},
|
|
|
mounted() {
|
|
|
this.$store.commit('forcast/setType', 0)
|
|
@@ -81,9 +81,6 @@ export default {
|
|
|
methods: {
|
|
|
// 我关注的企业列表
|
|
|
getMyFollowList(p = 0, match = '', group = '', pageSize = 10) {
|
|
|
- this.$nextTick(() => {
|
|
|
- scrollTargetView('.listData_ul')
|
|
|
- })
|
|
|
if (this.$refs.myList) {
|
|
|
this.myDataObj.list = []
|
|
|
}
|
|
@@ -94,6 +91,12 @@ export default {
|
|
|
this.$refs.myList.listState.pageNum = 1
|
|
|
})
|
|
|
}
|
|
|
+ this.ajaxGetEntFollowList(p, match, group, pageSize)
|
|
|
+ this.$nextTick(() => {
|
|
|
+ scrollTargetView('.listData_ul')
|
|
|
+ })
|
|
|
+ },
|
|
|
+ ajaxGetEntFollowList (p = 0, match = '', group = '', pageSize = 10) {
|
|
|
getEntFollowList({
|
|
|
pageNum: p,
|
|
|
pageSize: pageSize,
|