diff --git a/src/views/ebiz/preserve/common/Search.vue b/src/views/ebiz/preserve/common/Search.vue index e86bb90d5..dcde9e392 100644 --- a/src/views/ebiz/preserve/common/Search.vue +++ b/src/views/ebiz/preserve/common/Search.vue @@ -150,8 +150,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 {