diff --git a/src/views/manage/propaganda/index.vue b/src/views/manage/propaganda/index.vue index 88f375e..0f18b4a 100644 --- a/src/views/manage/propaganda/index.vue +++ b/src/views/manage/propaganda/index.vue @@ -438,6 +438,7 @@ 详情 @@ -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') {