guhongwei 5 gadi atpakaļ
vecāks
revīzija
8cba8901f0

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