Эх сурвалжийг харах

fix(发票管理): 分页数据不正确问题修复

likai 2 жил өмнө
parent
commit
7f8032db4e

+ 1 - 0
src/views/contract/invoice.vue

@@ -278,6 +278,7 @@
         const [err, res] = await to(invoiceApi.getList(params))
         if (err) return
         this.invoiceData = res.data.list
+        this.total = res.data.total
         this.listLoading = false
         this.$nextTick(() => this.$refs.table.doLayout())
       },