菜谱问题修改
This commit is contained in:
parent
a92fdd735b
commit
0f339c2a04
|
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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
|
||||||
},
|
},
|
||||||
|
|
|
||||||
|
|
@ -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){
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue