This commit is contained in:
2024-04-12 11:49:40 +08:00
parent 34d4ee77e8
commit 50b3db5fec

View File

@ -247,8 +247,13 @@ export default {
},
//
questionontemplate(item) {
this.formInline.questionInfoId = item.templateId
this.formInline.questionnaireName = item.templateName
if (this.formInline.taskType == 'ARTIFICIAL_FOLLOW_UP') {
this.formInline.followTemplateId = item.templateId
this.formInline.followTemplateName = item.templateName
} else {
this.formInline.questionInfoId = item.templateId
this.formInline.questionnaireName = item.templateName
}
},
//
scriptphoneontemplate(item) {