From 09deab358802e7d9318c0af3f72cbd3f55b5c742 Mon Sep 17 00:00:00 2001 From: hbao Date: Sat, 12 Mar 2022 18:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9C=B0=E5=9B=BE=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/list.vue | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue index 944cbd92..86204aee 100644 --- a/src/views/homesteadSurvey/list.vue +++ b/src/views/homesteadSurvey/list.vue @@ -109,13 +109,13 @@ @@ -1796,7 +1796,6 @@ }); }, setCookies(item){ - console.log(item); this.$cookies.set("search",JSON.stringify(item)); this.$router.push({path:'/homesteadSurvey/add'}); },