Browse Source

1. 优化

MONSTER-ygh 10 tháng trước cách đây
mục cha
commit
76554e93a1
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  1. 2 2
      src/views/windowTicketSales/ticketingCollection.vue

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

@@ -297,8 +297,8 @@
         .then(response => {
             let list = response.data.rows;
             list.forEach((item,index)=>{
-              let num = item.printSortId == '按优先级出票' ? index : item.printSortId
-              item.printSortId = index
+              let num = item.printSortId == '-9999' ? index : item.printSortId
+              item.printSortId = num
               item.sortIndex = index
             })
             this.dataList = list