JSON对象拼写错误bug修改

This commit is contained in:
mengxiaolong
2020-10-29 15:08:55 +08:00
parent 239769d7af
commit fda720768c

View File

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