瀏覽代碼

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

wq 5 年之前
父節點
當前提交
a7ad4aaf03
共有 1 個文件被更改,包括 2 次插入2 次删除
  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);
     },