|
@@ -39,8 +39,8 @@ export default {
|
|
},
|
|
},
|
|
methods: {
|
|
methods: {
|
|
...intelligentFollow(['getFinishList']),
|
|
...intelligentFollow(['getFinishList']),
|
|
- async searchInfo({ skip = 1, limit = 10, uid = this.user.uid, userid = this.user.userid, creditStatus = 1 } = {}) {
|
|
|
|
- const res = await this.getFinishList({ skip, limit, uid, userid, creditStatus });
|
|
|
|
|
|
+ async searchInfo({ skip = 1, limit = 10, uid = this.user.uid, userid = this.user.userid } = {}) {
|
|
|
|
+ const res = await this.getFinishList({ skip, limit, uid, userid });
|
|
this.$set(this, `debtTable`, res.data.res);
|
|
this.$set(this, `debtTable`, res.data.res);
|
|
this.$set(this, `total`, res.data.total);
|
|
this.$set(this, `total`, res.data.total);
|
|
},
|
|
},
|