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