JSON拼写问题修改

This commit is contained in:
mengxiaolong
2020-10-29 16:54:46 +08:00
parent 406e21c4d4
commit 7043904b6c
3 changed files with 5 additions and 5 deletions

View File

@@ -1647,7 +1647,7 @@ export default {
//建议书
if (localStorage.isFrom == 'proposal' && resultData.content.id) {
this.saleInsuredPersonInfo.insuredId = resultData.content.id
this.$CacheUtils.setLocItem('saleInsuredPersonInfo',SON.stringify(this.saleInsuredPersonInfo))
this.$CacheUtils.setLocItem('saleInsuredPersonInfo', JSON.stringify(this.saleInsuredPersonInfo))
}
this.$jump({
flag: 'goBack',