@@ -229,7 +229,7 @@
this.$http.post('/inquiry/sale/item/saveQuote', purchaseMan).then(response => {
this.showLoading = false
if (response.data.success === false) {
- this.onRemind('response.data.message')
+ this.onRemind(response.data.message)
} else {
// this.onRemind('报价成功')
this.resetSayPrice()