Kaynağa Gözat

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

lai 1 yıl önce
ebeveyn
işleme
6ed666c2f4
1 değiştirilmiş dosya ile 1 ekleme ve 0 silme
  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())
       },