Explorar o código

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

lai %!s(int64=2) %!d(string=hai) anos
pai
achega
6ed666c2f4
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  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())
       },