修改
This commit is contained in:
parent
34d4ee77e8
commit
50b3db5fec
@ -247,8 +247,13 @@ export default {
|
|||||||
},
|
},
|
||||||
//问卷传值
|
//问卷传值
|
||||||
questionontemplate(item) {
|
questionontemplate(item) {
|
||||||
this.formInline.questionInfoId = item.templateId
|
if (this.formInline.taskType == 'ARTIFICIAL_FOLLOW_UP') {
|
||||||
this.formInline.questionnaireName = item.templateName
|
this.formInline.followTemplateId = item.templateId
|
||||||
|
this.formInline.followTemplateName = item.templateName
|
||||||
|
} else {
|
||||||
|
this.formInline.questionInfoId = item.templateId
|
||||||
|
this.formInline.questionnaireName = item.templateName
|
||||||
|
}
|
||||||
},
|
},
|
||||||
//话术传值
|
//话术传值
|
||||||
scriptphoneontemplate(item) {
|
scriptphoneontemplate(item) {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user