浏览代码

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