diff --git a/src/views/mealSurplusInformation/mealSurplusInformation.vue b/src/views/mealSurplusInformation/mealSurplusInformation.vue index d2ceadb..44031b3 100644 --- a/src/views/mealSurplusInformation/mealSurplusInformation.vue +++ b/src/views/mealSurplusInformation/mealSurplusInformation.vue @@ -192,7 +192,7 @@ export default { this.recipeFoodProducedList = res.data.recipeFoodProducedList; } } - }).then(() => {}).finally(() => { + }).catch(() => {}).finally(() => { setTimeout(() => { this.getKitchenInfo(); }, 10000)