修改
This commit is contained in:
parent
14cf6c7546
commit
ea31a1fb4d
@ -318,7 +318,7 @@ export default {
|
|||||||
specialDiseaseNodeList: [],
|
specialDiseaseNodeList: [],
|
||||||
},
|
},
|
||||||
form: {
|
form: {
|
||||||
nodeContent: '',
|
nodeContent: '<p></p>',
|
||||||
templateId: '',
|
templateId: '',
|
||||||
templateName: '',
|
templateName: '',
|
||||||
taskType: '',
|
taskType: '',
|
||||||
@ -383,7 +383,7 @@ export default {
|
|||||||
routeNodeDay: '',
|
routeNodeDay: '',
|
||||||
list: [
|
list: [
|
||||||
{
|
{
|
||||||
nodeContent: '',
|
nodeContent: '<p></p>',
|
||||||
templateId: '',
|
templateId: '',
|
||||||
templateName: '',
|
templateName: '',
|
||||||
taskType: '',
|
taskType: '',
|
||||||
@ -475,6 +475,7 @@ export default {
|
|||||||
},
|
},
|
||||||
bottomclickevent(uitem, index, uindex) {
|
bottomclickevent(uitem, index, uindex) {
|
||||||
this.form = uitem
|
this.form = uitem
|
||||||
|
this.form.nodeContent = uitem.nodeContent
|
||||||
if (this.form.taskType) {
|
if (this.form.taskType) {
|
||||||
this.changeTaskType(this.form.taskType, this.form.taskSubdivision)
|
this.changeTaskType(this.form.taskType, this.form.taskSubdivision)
|
||||||
}
|
}
|
||||||
@ -530,7 +531,7 @@ export default {
|
|||||||
routeNodeDay: '',
|
routeNodeDay: '',
|
||||||
list: [
|
list: [
|
||||||
{
|
{
|
||||||
nodeContent: '',
|
nodeContent: '<p></p>',
|
||||||
templateId: '',
|
templateId: '',
|
||||||
templateName: '',
|
templateName: '',
|
||||||
taskType: '',
|
taskType: '',
|
||||||
@ -553,7 +554,7 @@ export default {
|
|||||||
},
|
},
|
||||||
additem(item) {
|
additem(item) {
|
||||||
item.list.push({
|
item.list.push({
|
||||||
nodeContent: '',
|
nodeContent: '<p></p>',
|
||||||
templateId: '',
|
templateId: '',
|
||||||
templateName: '',
|
templateName: '',
|
||||||
taskType: '',
|
taskType: '',
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user