人工随访 修改

This commit is contained in:
shidongli 2024-04-11 14:04:09 +08:00
parent ea31a1fb4d
commit 91e4ed1aed
2 changed files with 4 additions and 2 deletions

View File

@ -333,7 +333,7 @@
size="mini"
type="text"
icon="el-icon-notebook-2"
@click="handledatail(scope.row)"
@click="handleUpdate(scope.row)"
>详情</el-button
>
</template>
@ -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,

View File

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