Browse Source

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

wenmenghao 1 year ago
parent
commit
32be038c22
1 changed files with 1 additions and 1 deletions
  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()
             })