From f056fe35af1c69268e0012125953ba49b1266f4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BE=89?= <814457906@qq.com> Date: Thu, 30 May 2024 11:38:11 +0800 Subject: [PATCH] xg --- .../components/specialDiseaseNodeopen.vue | 14 ++++++------ src/views/system/specialDiseaseNode/index.vue | 22 +++++++++---------- 2 files changed, 18 insertions(+), 18 deletions(-) diff --git a/src/views/manage/components/specialDiseaseNodeopen.vue b/src/views/manage/components/specialDiseaseNodeopen.vue index 7afc50a..e90981b 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.templateType = el.templateType + this.form.taskSubdivisiontemplateType = el.templateType if (!type) { this.form.templateId = '' this.form.templateName = '' @@ -630,7 +630,7 @@ export default { officialPushSign: '0', messagePushSign: '0', messagePreview: '', - templateType: '', + taskSubdivisiontemplateType: '', }, ] }) @@ -653,7 +653,7 @@ export default { appletRemindContent: '', appletPromptDescription: '', messagePreview: '', - templateType: '', + taskSubdivisiontemplateType: '', }) }, delitem(item, index) { diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index 8c11a53..dd1b2fb 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", - templateType: "", + taskSubdivisiontemplateType: "", officialRemindContent: "", messagePreview: "", appletRemindContent: "", @@ -437,7 +437,7 @@ export default { messagePushSign: "0", messagePreview: "", officialRemindContent: "", - templateType: "", + taskSubdivisiontemplateType: "", appletRemindContent: "", appletPromptDescription: "", }, @@ -508,7 +508,7 @@ export default { }, //暂存 TemporaryStorage() { - if (this.form.templateType != 'QUESTIONNAIRE' && this.form.templateType != 'PROPAGANDA') { + if (this.form.taskSubdivisiontemplateType != 'QUESTIONNAIRE' && this.form.taskSubdivisiontemplateType != '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.templateType != 'QUESTIONNAIRE' && this.form.templateType != 'PROPAGANDA') { + if (this.form.taskSubdivisiontemplateType != 'QUESTIONNAIRE' && this.form.taskSubdivisiontemplateType != 'PROPAGANDA') { this.$refs.wangeditor.emit(); } setTimeout(() => { @@ -599,7 +599,7 @@ export default { this.taskPartitionList = res.data; this.form.taskSubdivision = ""; this.form.taskSubdivisionName = ""; - this.form.templateType = ""; + this.form.taskSubdivisiontemplateType = ""; 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.templateType = el.templateType; + this.form.taskSubdivisiontemplateType = el.templateType; if (!type) { this.form.templateId = ""; this.form.templateName = ""; @@ -659,7 +659,7 @@ export default { officialPushSign: "0", messagePushSign: "0", messagePreview: "", - templateType: "", + taskSubdivisiontemplateType: "", }, ], }); @@ -682,7 +682,7 @@ export default { appletRemindContent: "", appletPromptDescription: "", messagePreview: "", - templateType: "", + taskSubdivisiontemplateType: "", }); }, delitem(item, index) {