菜谱问题修改

This commit is contained in:
zzyuan 2025-05-14 11:30:13 +08:00
parent a92fdd735b
commit 0f339c2a04
3 changed files with 3 additions and 0 deletions

View File

@ -1570,6 +1570,7 @@ export default {
this.checkDateList = [] this.checkDateList = []
this.monthDaysList = [] this.monthDaysList = []
this.currentDaysList = [] this.currentDaysList = []
this.currentWeekList = []
this.getRecentMonthDates(); this.getRecentMonthDates();
this.openCopyDate = true this.openCopyDate = true
}, },

View File

@ -1758,6 +1758,7 @@ export default {
this.checkDateList = [] this.checkDateList = []
this.monthDaysList = [] this.monthDaysList = []
this.currentDaysList = [] this.currentDaysList = []
this.currentWeekList = []
this.getRecentMonthDates(); this.getRecentMonthDates();
this.openCopyDate = true this.openCopyDate = true
}, },

View File

@ -601,6 +601,7 @@
//- //-
changeRecipeType(e){ changeRecipeType(e){
this.recipeOptions=[] this.recipeOptions=[]
this.menuForm.recipeId=null
if(this.recipeOptionsData.length>0){ if(this.recipeOptionsData.length>0){
this.recipeOptionsData.forEach(item=>{ this.recipeOptionsData.forEach(item=>{
if(item.recipeType == e){ if(item.recipeType == e){