wq 4 роки тому
батько
коміт
fb4853ce7e
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      src/views/financeclaims/financeClaimIndex.vue

+ 1 - 1
src/views/financeclaims/financeClaimIndex.vue

@@ -45,7 +45,7 @@ export default {
   methods: {
   methods: {
     ...financeclaims(['fclaimsList', 'orUpdate', 'one', 'dupdate','fetch','update']),
     ...financeclaims(['fclaimsList', 'orUpdate', 'one', 'dupdate','fetch','update']),
     async financeclaimsList({ skip = 1, limit = 10,type=0,status=this.region} = {}) {
     async financeclaimsList({ skip = 1, limit = 10,type=0,status=this.region} = {}) {
-      const res = await this.fclaimsList({ skip, limit ,type});
+      const res = await this.fclaimsList({ skip, limit ,type,status});
       this.$set(this, `debtTable`, res.res);
       this.$set(this, `debtTable`, res.res);
       this.$set(this, `total`, res.total);
       this.$set(this, `total`, res.total);
     },
     },