From 50b3db5fec19147033c4b2c2087c783d2b90a5e4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Fri, 12 Apr 2024 11:49:40 +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 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue index e5b1bdb..82104b3 100644 --- a/src/views/system/ManuallyCreatingTasks/index.vue +++ b/src/views/system/ManuallyCreatingTasks/index.vue @@ -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) {