guhongwei 5 år sedan
förälder
incheckning
8cba8901f0
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2 2
      src/views/intelligentDocking/intelligentDockingFinish.vue

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

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