소스 검색

bug 修复

lilei 3 년 전
부모
커밋
ade1758db7
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/numsGoodsShelves/replenishmentManagement/replenishmentDetail.vue

+ 1 - 1
src/views/numsGoodsShelves/replenishmentManagement/replenishmentDetail.vue

@@ -78,7 +78,7 @@ export default {
       loadData: parameter => {
         this.disabled = true
         this.spinning = true
-        return shelfReplenishDetailList({ replenishBillSn: this.nowData && this.nowData.replenishBillSn }).then(res => {
+        return shelfReplenishDetailList({ replenishBillSn: this.outBizSn || this.$route.params.sn }).then(res => {
           let data
           if (res.status == 200) {
             data = res.data