wenmenghao 1 年之前
父节点
当前提交
d6cf644bef
共有 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()
             })