Browse Source

1. 优化

MONSTER-ygh 1 year ago
parent
commit
b56a8445e2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/windowTicketSales/ticketingCollection.vue

+ 1 - 1
src/views/windowTicketSales/ticketingCollection.vue

@@ -382,7 +382,7 @@
               this.dialogVisibleLoading = true
               try {
                 let res = await printApi({
-                  viewerList:list,
+                  viewerList2:list,
                   source: 2,
                   deviceId: this.ruleForm.region
                 })