From 14a47388075d65aecb15a1ac408adbdcafff5a9e Mon Sep 17 00:00:00 2001 From: huangdeliang Date: Tue, 30 Mar 2021 17:20:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4log?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- stdiet-ui/src/components/RecipesPlanDrawer/index.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/stdiet-ui/src/components/RecipesPlanDrawer/index.vue b/stdiet-ui/src/components/RecipesPlanDrawer/index.vue index a37f18f8d..69dac7d95 100644 --- a/stdiet-ui/src/components/RecipesPlanDrawer/index.vue +++ b/stdiet-ui/src/components/RecipesPlanDrawer/index.vue @@ -205,12 +205,12 @@ export default { } return str; }, ""); - console.log(response.data); + // console.log(response.data); this.copyValue = window.location.origin.replace("manage", "sign") + "/recipes/detail/" + this.cusOutId; - console.log(this.planList); + // console.log(this.planList); this.planLoading = false; }); }, @@ -324,7 +324,7 @@ export default { }); }, handleOnSendChange(val, data) { - console.log({ val, data }); + // console.log({ val, data }); const { id } = data; if (data.reviewStatus === 2) { updateRecipesPlan({