From 6a540afb693f69ef05cda7276a76b6cc740070d4 Mon Sep 17 00:00:00 2001 From: shidongli Date: Tue, 18 Jun 2024 17:27:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E5=8A=A8=E5=88=9B=E5=BB=BA=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/system/ManuallyCreatingTasks/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/system/ManuallyCreatingTasks/index.vue b/src/views/system/ManuallyCreatingTasks/index.vue index f5fc7bb..807fc0f 100644 --- a/src/views/system/ManuallyCreatingTasks/index.vue +++ b/src/views/system/ManuallyCreatingTasks/index.vue @@ -238,7 +238,7 @@ 模板: @@ -482,7 +482,7 @@ export default { }, // 话术 messageontemplateword(item) { - this.formInline.phoneTemplateId = item.templateId; + this.formInline.phoneId = item.templateId; this.formInline.phoneTemplateName = item.templateName; // this.form.messagePreview = item.templateContent; }, @@ -521,6 +521,8 @@ export default { }, upload() { this.updata.routeNodeList = this.list; + // console.log(this.updata,'this.updata') + // return signrouteadd(this.updata).then((res) => { this.$notify({ type: "success", @@ -560,6 +562,7 @@ export default { height: 200px; margin: 20px 0 0; padding: 20px 50px 0px 20px; + border-radius: 10px;