Merge branch 'feature/GFRS-213【待确定】电投问题件-前端开发-new' into dev

This commit is contained in:
mengxiaolong
2020-08-05 14:42:40 +08:00

View File

@@ -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) {