lilei hace 3 años
padre
commit
5f1dad9293
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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,