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;