소스 검색

bug 修复

lilei 2 년 전
부모
커밋
209a4ceb65
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      pages/stockCheck/startCheck.vue

+ 1 - 1
pages/stockCheck/startCheck.vue

@@ -418,9 +418,9 @@
 							// 删除最后一个后刷新列表
 							if(this.orderTotal == 0){
 								this.showCart = false
-								this.getDetail()
 								this.getChooseList()
 							}
+							this.getDetail()
 						}
 					})
 				}