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