zhangdan 3 years ago
parent
commit
e77e4a75f4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/numsGoodsShelves/recallManagement/recallModal.vue

+ 1 - 1
src/views/numsGoodsShelves/recallManagement/recallModal.vue

@@ -111,7 +111,7 @@ export default {
           })
           })
           const params = {
           const params = {
             shelfSn: _this.list[0].shelfSn,
             shelfSn: _this.list[0].shelfSn,
-            recallBillSn: _this.list.recallBillSn,
+            recallBillSn: _this.list[0].recallBillSn,
             recallBillNo: _this.list[0].recallBillNo,
             recallBillNo: _this.list[0].recallBillNo,
             detailList: arr
             detailList: arr
           }
           }