|
|
@@ -153,7 +153,7 @@ export default {
|
|
|
removeNutrient(row) {
|
|
|
removeFoodNutrient(row.foodId, row.nutrientId).then(res => {
|
|
|
this.fetchData()
|
|
|
- this.$message.success('删除营养素成功')
|
|
|
+ this.$notify.success('删除营养素成功')
|
|
|
this.$refs.nutrientSelect.focus()
|
|
|
}).catch(res => {
|
|
|
this.$message.error(res.data.message)
|