From 7b9915c12fa818466c7da64645629be8c9e3ceed Mon Sep 17 00:00:00 2001 From: mengxiaolong Date: Wed, 5 Aug 2020 14:41:47 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=BE=AE=E4=BF=A1=E7=AB=AF?= =?UTF-8?q?=E7=AD=BE=E5=90=8D=E9=9C=80=E8=A6=81=E7=9A=84=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/ebiz/questions/QuestionsDetail.vue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/views/ebiz/questions/QuestionsDetail.vue b/src/views/ebiz/questions/QuestionsDetail.vue index bfaab8439..2c064a91a 100644 --- a/src/views/ebiz/questions/QuestionsDetail.vue +++ b/src/views/ebiz/questions/QuestionsDetail.vue @@ -365,10 +365,9 @@ export default { }, async getMessage({ data }) { // 获取dialog信息,type为confirm时为短信框,alert时是确定框 - let currentProblem = JSON.parse(localStorage.getItem('currentProblemItem')) let problemData = { - id: currentProblem.id, - businessType: currentProblem.businessType, + id: this.currentProblem.id, + businessType: this.currentProblem.businessType, content: '', disposeStatus: '', bankType: '', @@ -451,6 +450,7 @@ export default { this.problemDetail.receiveType = this.$route.query.receiveType this.supplement.descriptionInsurant = this.problemDetail.content this.supplement.descriptionPolicyholder = this.problemDetail.issueContent + this.currentProblem = JSON.parse(localStorage.getItem('currentProblemItem')) }, //微信空签 toAirSign(status, keyword, offset, originStatus, personType) {