MONSTER-ygh пре 10 месеци
родитељ
комит
76554e93a1
1 измењених фајлова са 2 додато и 2 уклоњено
  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