소스 검색

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