浏览代码

1. 优化

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