diff --git a/src/views/manage/components/specialDiseaseNodeopen.vue b/src/views/manage/components/specialDiseaseNodeopen.vue index e90981b..7afc50a 100644 --- a/src/views/manage/components/specialDiseaseNodeopen.vue +++ b/src/views/manage/components/specialDiseaseNodeopen.vue @@ -149,7 +149,7 @@ { if (code == el.taskPartitionCode) { this.form.executionTime = el.executionTime - this.form.taskSubdivisiontemplateType = el.templateType + this.form.templateType = el.templateType if (!type) { this.form.templateId = '' this.form.templateName = '' @@ -630,7 +630,7 @@ export default { officialPushSign: '0', messagePushSign: '0', messagePreview: '', - taskSubdivisiontemplateType: '', + templateType: '', }, ] }) @@ -653,7 +653,7 @@ export default { appletRemindContent: '', appletPromptDescription: '', messagePreview: '', - taskSubdivisiontemplateType: '', + templateType: '', }) }, delitem(item, index) {