diff --git a/src/views/system/specialDiseaseNode/index.vue b/src/views/system/specialDiseaseNode/index.vue index 4804913..3d1a99b 100644 --- a/src/views/system/specialDiseaseNode/index.vue +++ b/src/views/system/specialDiseaseNode/index.vue @@ -318,7 +318,7 @@ export default { specialDiseaseNodeList: [], }, form: { - nodeContent: '', + nodeContent: '
', templateId: '', templateName: '', taskType: '', @@ -383,7 +383,7 @@ export default { routeNodeDay: '', list: [ { - nodeContent: '', + nodeContent: '', templateId: '', templateName: '', taskType: '', @@ -475,6 +475,7 @@ export default { }, bottomclickevent(uitem, index, uindex) { this.form = uitem + this.form.nodeContent = uitem.nodeContent if (this.form.taskType) { this.changeTaskType(this.form.taskType, this.form.taskSubdivision) } @@ -530,7 +531,7 @@ export default { routeNodeDay: '', list: [ { - nodeContent: '', + nodeContent: '', templateId: '', templateName: '', taskType: '', @@ -553,7 +554,7 @@ export default { }, additem(item) { item.list.push({ - nodeContent: '', + nodeContent: '', templateId: '', templateName: '', taskType: '',