diff --git a/src/views/system/ManageNodeInformation/index.vue b/src/views/system/ManageNodeInformation/index.vue index 8c612f6..bb16f6f 100644 --- a/src/views/system/ManageNodeInformation/index.vue +++ b/src/views/system/ManageNodeInformation/index.vue @@ -361,7 +361,7 @@ style="width: 100%" :nodeContent="form.nodeContent" @on-nodeContent="onNodeContent" - v-show=" + v-if=" form.taskSubdivisiontemplateType != 'QUESTIONNAIRE' && form.taskSubdivisiontemplateType != 'PROPAGANDA' && form.taskSubdivisiontemplateType != 'SCRIPT' diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js index f6610b1..d4cd811 100644 --- a/src/views/system/ManageNodeInformation/indexjs.js +++ b/src/views/system/ManageNodeInformation/indexjs.js @@ -590,6 +590,7 @@ export default { }, //wangeditor传值 onNodeContent(item) { + console.log(item,'ien') if (item.nodeContent) { this.form.nodeContent = item.nodeContent; var abc = new RegExp("
", "g"); @@ -702,7 +703,8 @@ export default { bottomclickevent(uitem, index, uindex) { if ( this.form.taskSubdivisiontemplateType != "QUESTIONNAIRE" && - this.form.taskSubdivisiontemplateType != "PROPAGANDA" + this.form.taskSubdivisiontemplateType != "PROPAGANDA"&& + this.form.taskSubdivisiontemplateType != 'SCRIPT' ) { this.$refs.wangeditor.emit(); } @@ -714,7 +716,7 @@ export default { } this.listindex = index; this.itemindex = uindex; - }, 150); + }, 300); }, handleStep() { this.active = 2;