|
@@ -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
|