lilei 6 months ago
parent
commit
37c10a7226
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/numsGoodsShelves/onlinePayInvoice/detail.vue

+ 2 - 2
src/views/numsGoodsShelves/onlinePayInvoice/detail.vue

@@ -157,7 +157,7 @@ export default {
       // 加载数据方法 必须为 Promise 对象
       loadData: parameter => {
         this.disabled = true
-        this.queryParam.buyerSn = this.$route.params.sn
+        this.queryParam.buyerSnSource = this.$route.params.sn
         this.queryParam.shelfSn = this.$route.params.shelfSn
         const params = Object.assign(parameter, this.queryParam)
         return queryByBizTradeList(params).then(res => {
@@ -212,7 +212,7 @@ export default {
     },
     //  详情
     getDetail () {
-      queryShelfSettleRuleCount({ shelfSn: this.$route.params.shelfSn, buyerSn: this.$route.params.sn }).then(res => {
+      queryShelfSettleRuleCount({ shelfSn: this.$route.params.shelfSn, buyerSnSource: this.$route.params.sn }).then(res => {
         if (res.status == 200) {
           this.detailData = res.data
         } else {