From 91e4ed1aedf0e76d8351a76dee0c3c5f6011b12d Mon Sep 17 00:00:00 2001 From: shidongli Date: Thu, 11 Apr 2024 14:04:09 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BA=BA=E5=B7=A5=E9=9A=8F=E8=AE=BF=20?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/followup/index.vue | 3 ++- src/views/system/followupsee/index.vue | 3 ++- 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/src/views/system/followup/index.vue b/src/views/system/followup/index.vue index da236c4..3cadf21 100644 --- a/src/views/system/followup/index.vue +++ b/src/views/system/followup/index.vue @@ -333,7 +333,7 @@ size="mini" type="text" icon="el-icon-notebook-2" - @click="handledatail(scope.row)" + @click="handleUpdate(scope.row)" >详情 @@ -771,6 +771,7 @@ export default { age: row.birthDate ? getAge(row.birthDate) : "", manageRouteId: row.manageRouteId, manageRouteNodeId: row.manageRouteNodeId, + visitRecordId:row.visitRecordId, departmentId: row.departmentId, departmentName: row.departmentName, diff --git a/src/views/system/followupsee/index.vue b/src/views/system/followupsee/index.vue index 12d2786..1b4ee54 100644 --- a/src/views/system/followupsee/index.vue +++ b/src/views/system/followupsee/index.vue @@ -340,7 +340,7 @@ export default { this.questiondata.questionSubjectList[index].optionAnswer = e }, - // 时间填空题 + // 时间填空题 timepickerselect(e, index) { this.questiondata.questionSubjectList[index].optionAnswer = e }, @@ -388,6 +388,7 @@ export default { this.questiondata.manageRouteName = this.$route.query.manageRouteName this.questiondata.manageRouteNodeName = this.$route.query.manageRouteNodeName this.questiondata.taskType = this.$route.query.taskType + this.questiondata.visitRecordId=this.$route.query.visitRecordId this.questiondata.totalScore = 0 this.questiondata.questionSubjectList.forEach(e => { if (e.questionType == 'MULTIPLE_CHOICE' || e.questionType == 'MULTIPLE_CHOICE_QUESTIONS' || e.questionType == 'SCORING_QUESTIONS' || e.questionType == 'COMBINATION_RADIO_SUBJECT' || e.questionType == 'COMBINATION_MULTIPLE_SUBJECT' || e.questionType == 'COMBINATION_SCORING_SUBJECT') {