فهرست منبع

Merge branch 'develop' of http://code.dashoo.cn/chengjian/opms_frontend into develop

lai 2 سال پیش
والد
کامیت
6ed666c2f4
1فایلهای تغییر یافته به همراه1 افزوده شده و 0 حذف شده
  1. 1 0
      src/views/contract/invoice.vue

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