diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue index fadda35..e5b1bdb 100644 --- a/src/views/system/ManuallyCreatingTasks/index.vue +++ b/src/views/system/ManuallyCreatingTasks/index.vue @@ -190,7 +190,7 @@ export default { questionExpirationDate: 7, questionInfoId: "", questionnaireName: "", - phoneTemplateId: "", + phoneId: "", phoneTemplateName: "", propagandaInfoId: '', propagandaTitle: "", @@ -208,7 +208,7 @@ export default { questionExpirationDate: 7, questionInfoId: "", questionnaireName: "", - phoneTemplateId: "", + phoneId: "", phoneTemplateName: "", propagandaInfoId: '', propagandaTitle: "", @@ -252,7 +252,7 @@ export default { }, //话术传值 scriptphoneontemplate(item) { - this.formInline.phoneTemplateId = item.templateId + this.formInline.phoneId = item.templateId this.formInline.phoneTemplateName = item.templateName }, clicktimelineitem(item, index) { @@ -267,7 +267,7 @@ export default { questionExpirationDate: 7, questionInfoId: "", questionnaireName: "", - phoneTemplateId: "", + phoneId: "", phoneTemplateName: "", propagandaInfoId: '', propagandaTitle: "",