diff --git a/src/views/system/partition/index.vue b/src/views/system/partition/index.vue index 1d57fb1..6f32e5a 100644 --- a/src/views/system/partition/index.vue +++ b/src/views/system/partition/index.vue @@ -87,7 +87,7 @@ - + diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index 13aa9ea..ed0d6aa 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -104,6 +104,7 @@
@@ -514,7 +515,9 @@ export default { }, //暂存 TemporaryStorage() { - this.$refs.wangeditor.emit(); + if (this.form.taskSubdivisiontemplateType != 'QUESTIONNAIRE' && this.form.taskSubdivisiontemplateType != 'PROPAGANDA') { + this.$refs.wangeditor.emit(); + } this.$confirm( "确认暂存时将过滤掉部分内容未填写完成的子节点,是否确认暂存?", "提示", @@ -569,8 +572,9 @@ export default { this.form.templateName = item.templateName; }, bottomclickevent(uitem, index, uindex) { - console.log(this.form, uitem, index, uindex) - this.$refs.wangeditor.emit(); + if (this.form.taskSubdivisiontemplateType != 'QUESTIONNAIRE' && this.form.taskSubdivisiontemplateType != 'PROPAGANDA') { + this.$refs.wangeditor.emit(); + } setTimeout(() => { this.form = uitem; this.taskPartitionList = []; @@ -579,7 +583,7 @@ export default { } this.listindex = index; this.itemindex = uindex; - }, 100); + }, 150); }, handleStep() { this.active = 2;