菜谱问题修改
This commit is contained in:
parent
a92fdd735b
commit
0f339c2a04
|
|
@ -1570,6 +1570,7 @@ export default {
|
|||
this.checkDateList = []
|
||||
this.monthDaysList = []
|
||||
this.currentDaysList = []
|
||||
this.currentWeekList = []
|
||||
this.getRecentMonthDates();
|
||||
this.openCopyDate = true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -1758,6 +1758,7 @@ export default {
|
|||
this.checkDateList = []
|
||||
this.monthDaysList = []
|
||||
this.currentDaysList = []
|
||||
this.currentWeekList = []
|
||||
this.getRecentMonthDates();
|
||||
this.openCopyDate = true
|
||||
},
|
||||
|
|
|
|||
|
|
@ -601,6 +601,7 @@
|
|||
//弹窗-选择菜谱类型
|
||||
changeRecipeType(e){
|
||||
this.recipeOptions=[]
|
||||
this.menuForm.recipeId=null
|
||||
if(this.recipeOptionsData.length>0){
|
||||
this.recipeOptionsData.forEach(item=>{
|
||||
if(item.recipeType == e){
|
||||
|
|
|
|||
Loading…
Reference in New Issue