瀏覽代碼

Merge branch 'dev/v1.0.40_wmh' of jianyu/web into feature/v1.0.40

wenmenghao 1 年之前
父節點
當前提交
32be038c22
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      apps/mobile/src/views/invoice/viewInvoice.vue

+ 1 - 1
apps/mobile/src/views/invoice/viewInvoice.vue

@@ -516,7 +516,7 @@ export default {
         ajaxInvoiceShowList({ ...this.urlparms }).then((res) => {
           loading.clear()
           this.invoiceList = res.invoiceData || []
-          if (this.invoice_list.length > 1) {
+          if (this.invoiceList.length > 1) {
             this.$nextTick(() => {
               this.$refs.invoice_list.initSwipe()
             })