手动创建任务

This commit is contained in:
shidongli 2024-06-18 17:27:03 +08:00
parent d70944e655
commit 6a540afb69

View File

@ -238,7 +238,7 @@
模板 模板
<scripts <scripts
@on-template="messageontemplateword" @on-template="messageontemplateword"
:templateId="formInline.phoneTemplateId" :templateId="formInline.phoneId"
:templateName="formInline.phoneTemplateName" :templateName="formInline.phoneTemplateName"
></scripts> ></scripts>
</div> </div>
@ -482,7 +482,7 @@ export default {
}, },
// //
messageontemplateword(item) { messageontemplateword(item) {
this.formInline.phoneTemplateId = item.templateId; this.formInline.phoneId = item.templateId;
this.formInline.phoneTemplateName = item.templateName; this.formInline.phoneTemplateName = item.templateName;
// this.form.messagePreview = item.templateContent; // this.form.messagePreview = item.templateContent;
}, },
@ -521,6 +521,8 @@ export default {
}, },
upload() { upload() {
this.updata.routeNodeList = this.list; this.updata.routeNodeList = this.list;
// console.log(this.updata,'this.updata')
// return
signrouteadd(this.updata).then((res) => { signrouteadd(this.updata).then((res) => {
this.$notify({ this.$notify({
type: "success", type: "success",
@ -560,6 +562,7 @@ export default {
height: 200px; height: 200px;
margin: 20px 0 0; margin: 20px 0 0;
padding: 20px 50px 0px 20px; padding: 20px 50px 0px 20px;
border-radius: 10px;