From 358efe05fff2caca067d9e3b9663edc0a82b0022 Mon Sep 17 00:00:00 2001 From: "na.guo" Date: Thu, 27 Aug 2020 17:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=88=97=E8=A1=A8=E4=BC=A0?= =?UTF-8?q?=E5=8F=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/preserve/common/Search.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/views/ebiz/preserve/common/Search.vue b/src/views/ebiz/preserve/common/Search.vue index d12246b69..96a6c4a6d 100644 --- a/src/views/ebiz/preserve/common/Search.vue +++ b/src/views/ebiz/preserve/common/Search.vue @@ -141,8 +141,8 @@ export default { }).then( res => { if (res.result == '0') { - this.$store.commit('updatePcPolicyInfo', res.content) - + // this.$store.commit('updatePcPolicyInfo', res.content) + localStorage.setItem('preserve-pcPolicyInfo', JSON.stringify(res.content)) localStorage.setItem('preserve-customerInfo', JSON.stringify(params)) this.jupmTo(url) } else {