wenmenghao 1 år sedan
förälder
incheckning
d6cf644bef
1 ändrade filer med 1 tillägg och 1 borttagningar
  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()
             })