lilei 3 년 전
부모
커밋
5f1dad9293
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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,