wq 4 yıl önce
ebeveyn
işleme
056fb11d57
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  1. 2 2
      src/views/done/doneclaim.vue

+ 2 - 2
src/views/done/doneclaim.vue

@@ -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);
     },