Browse Source

bug修改

yangc 7 years ago
parent
commit
a0a270ddf1
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, JSON.parse(response.data).quteId)
+              this.$emit('cancelSayPriceAction', true, response.data.content.quteId)
             }
           }, error => {
             console.log(error)