修改
This commit is contained in:
parent
14cf6c7546
commit
ea31a1fb4d
@ -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: '',
|
||||
|
||||
Loading…
Reference in New Issue
Block a user