1,保持字体

2,替换菜品时备注
3,修复未生成食谱时多次粘贴后删除全删
This commit is contained in:
huangdeliang
2021-03-10 19:10:57 +08:00
parent aa555d98c2
commit fc9086103f
9 changed files with 47 additions and 14 deletions

View File

@ -247,7 +247,7 @@
}
});
this.ingredientArray.splice(tagIndex, 1);
console.log( JSON.stringify(this.ingredientArray))
// console.log( JSON.stringify(this.ingredientArray))
}
},
created() {