shenjunjie 7 years ago
parent
commit
211f7fc7aa
1 changed files with 1 additions and 1 deletions
  1. 1 1
      components/mobile/applyPurchase/SayPrice.vue

+ 1 - 1
components/mobile/applyPurchase/SayPrice.vue

@@ -233,7 +233,7 @@
             } else {
 //              this.onRemind('报价成功')
               this.resetSayPrice()
-              this.$emit('cancelSayPriceAction', true, response.data.content.quteId)
+              this.$emit('cancelSayPriceAction', true, response.data.content.id)
             }
           }, error => {
             console.log(error)