手动创建任务
This commit is contained in:
parent
d70944e655
commit
6a540afb69
@ -238,7 +238,7 @@
|
||||
模板:
|
||||
<scripts
|
||||
@on-template="messageontemplateword"
|
||||
:templateId="formInline.phoneTemplateId"
|
||||
:templateId="formInline.phoneId"
|
||||
:templateName="formInline.phoneTemplateName"
|
||||
></scripts>
|
||||
</div>
|
||||
@ -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;
|
||||
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user