This commit is contained in:
2024-04-11 11:43:30 +08:00
parent 14cf6c7546
commit ea31a1fb4d

View File

@ -318,7 +318,7 @@ export default {
specialDiseaseNodeList: [],
},
form: {
nodeContent: '',
nodeContent: '<p></p>',
templateId: '',
templateName: '',
taskType: '',
@ -383,7 +383,7 @@ export default {
routeNodeDay: '',
list: [
{
nodeContent: '',
nodeContent: '<p></p>',
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: '<p></p>',
templateId: '',
templateName: '',
taskType: '',
@ -553,7 +554,7 @@ export default {
},
additem(item) {
item.list.push({
nodeContent: '',
nodeContent: '<p></p>',
templateId: '',
templateName: '',
taskType: '',