Browse Source

Merge branch 'master' of http://git.cc-lotus.info/financial_platform/finance-cms

wq 5 năm trước cách đây
mục cha
commit
a7ad4aaf03
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/intelligentDocking/intelligentDockingFinish.vue

+ 2 - 2
src/views/intelligentDocking/intelligentDockingFinish.vue

@@ -39,8 +39,8 @@ export default {
   },
   methods: {
     ...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, `total`, res.data.total);
     },