@@ -314,7 +314,7 @@
this.listenPage(1)
this.$store.dispatch('applyPurchase/loadBOMNumber', {bomId: this.$route.params.id})
} else {
- this.$message.error('发布失败')
+ this.$message.error(response.data.message)
}
}, err => {
console.log(err)