diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index dd1b2fb..8c11a53 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -91,11 +91,11 @@ - + - + @@ -103,7 +103,7 @@
@@ -333,7 +333,7 @@ export default { appletPushSign: "0", officialPushSign: "0", messagePushSign: "0", - taskSubdivisiontemplateType: "", + templateType: "", officialRemindContent: "", messagePreview: "", appletRemindContent: "", @@ -437,7 +437,7 @@ export default { messagePushSign: "0", messagePreview: "", officialRemindContent: "", - taskSubdivisiontemplateType: "", + templateType: "", appletRemindContent: "", appletPromptDescription: "", }, @@ -508,7 +508,7 @@ export default { }, //暂存 TemporaryStorage() { - if (this.form.taskSubdivisiontemplateType != 'QUESTIONNAIRE' && this.form.taskSubdivisiontemplateType != 'PROPAGANDA') { + if (this.form.templateType != 'QUESTIONNAIRE' && this.form.templateType != 'PROPAGANDA') { this.$refs.wangeditor.emit(); } this.$confirm( @@ -565,7 +565,7 @@ export default { this.form.templateName = item.templateName; }, bottomclickevent(uitem, index, uindex) { - if (this.form.taskSubdivisiontemplateType != 'QUESTIONNAIRE' && this.form.taskSubdivisiontemplateType != 'PROPAGANDA') { + if (this.form.templateType != 'QUESTIONNAIRE' && this.form.templateType != 'PROPAGANDA') { this.$refs.wangeditor.emit(); } setTimeout(() => { @@ -599,7 +599,7 @@ export default { this.taskPartitionList = res.data; this.form.taskSubdivision = ""; this.form.taskSubdivisionName = ""; - this.form.taskSubdivisiontemplateType = ""; + this.form.templateType = ""; this.taskStatusDictList = []; if (taskSubdivision) { this.form.taskSubdivision = taskSubdivision; @@ -621,7 +621,7 @@ export default { this.taskPartitionList.forEach((el) => { 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 = ""; @@ -659,7 +659,7 @@ export default { officialPushSign: "0", messagePushSign: "0", messagePreview: "", - taskSubdivisiontemplateType: "", + templateType: "", }, ], }); @@ -682,7 +682,7 @@ export default { appletRemindContent: "", appletPromptDescription: "", messagePreview: "", - taskSubdivisiontemplateType: "", + templateType: "", }); }, delitem(item, index) {