Browse Source

bug修复

chenrui 3 years ago
parent
commit
6e121bbcf4
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/views/bulkManagement/bulkReturnGoods/detailModal.vue

+ 1 - 1
src/views/bulkManagement/bulkReturnGoods/detailModal.vue

@@ -137,7 +137,7 @@ export default {
     },
     // 合计
     getDetailCount () {
-      sparePartsRetDetailCount({ sparePartsPurchaseSn: this.itemSn }).then(res => {
+      sparePartsRetDetailCount({ sparePartsReturnSn: this.itemSn }).then(res => {
         if (res.status == 200) {
           this.productTotal = res.data
         } else {