修改
This commit is contained in:
parent
34d4ee77e8
commit
50b3db5fec
@ -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) {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user