|
@@ -37,8 +37,8 @@ export default {
|
|
|
},
|
|
|
methods: {
|
|
|
...financefollow(['credit', 'followClaimHistory', 'delete']),
|
|
|
- async followHistoryList({ skip = 1, limit = 10, userid = this.user.userid } = {}) {
|
|
|
- const res = await this.followClaimHistory({ skip, limit, userid });
|
|
|
+ async followHistoryList({ skip = 1, limit = 10, userid = this.user.userid,uid = this.user.uid } = {}) {
|
|
|
+ const res = await this.followClaimHistory({ skip, limit, userid,uid });
|
|
|
this.$set(this, `debtTable`, res.res);
|
|
|
this.$set(this, `total`, res.total);
|
|
|
},
|