From 4f95adf5fc3746a13fee2f0355f2c0762016a058 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 12 Apr 2024 11:38:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/ManuallyCreatingTasks/index.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: "",