lilei 3 years ago
parent
commit
5f1dad9293
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/digitalShelf/choosePart.vue

+ 1 - 1
pages/digitalShelf/choosePart.vue

@@ -380,7 +380,7 @@
 			addPart(item){
 				item.checked = true
 				item.qty = 1
-				this.partListData.push({
+				this.partListData.unshift({
 					id: item.id,
 					productSn: item.productSn,
 					name: item.name,