From 0f339c2a0465ac267854fb009276c3830265f183 Mon Sep 17 00:00:00 2001 From: zzyuan <781948537@qq.com> Date: Wed, 14 May 2025 11:30:13 +0800 Subject: [PATCH] =?UTF-8?q?=E8=8F=9C=E8=B0=B1=E9=97=AE=E9=A2=98=E4=BF=AE?= =?UTF-8?q?=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/dish/menu/detail.vue | 1 + src/views/dish/menu/edit.vue | 1 + src/views/dish/menu/index.vue | 1 + 3 files changed, 3 insertions(+) diff --git a/src/views/dish/menu/detail.vue b/src/views/dish/menu/detail.vue index 38aad27c..47b37434 100644 --- a/src/views/dish/menu/detail.vue +++ b/src/views/dish/menu/detail.vue @@ -1570,6 +1570,7 @@ export default { this.checkDateList = [] this.monthDaysList = [] this.currentDaysList = [] + this.currentWeekList = [] this.getRecentMonthDates(); this.openCopyDate = true }, diff --git a/src/views/dish/menu/edit.vue b/src/views/dish/menu/edit.vue index b771abbe..f34cccd6 100644 --- a/src/views/dish/menu/edit.vue +++ b/src/views/dish/menu/edit.vue @@ -1758,6 +1758,7 @@ export default { this.checkDateList = [] this.monthDaysList = [] this.currentDaysList = [] + this.currentWeekList = [] this.getRecentMonthDates(); this.openCopyDate = true }, diff --git a/src/views/dish/menu/index.vue b/src/views/dish/menu/index.vue index 28ac341d..b25f1ad1 100644 --- a/src/views/dish/menu/index.vue +++ b/src/views/dish/menu/index.vue @@ -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){