diff --git a/src/views/system/ManageNodeInformation/indexjs.js b/src/views/system/ManageNodeInformation/indexjs.js index 96c2049..2d59395 100644 --- a/src/views/system/ManageNodeInformation/indexjs.js +++ b/src/views/system/ManageNodeInformation/indexjs.js @@ -633,7 +633,8 @@ export default { TemporaryStorage() { if ( this.form.taskSubdivisiontemplateType != "QUESTIONNAIRE" && - this.form.taskSubdivisiontemplateType != "PROPAGANDA" + this.form.taskSubdivisiontemplateType != "PROPAGANDA" && + this.form.taskSubdivisiontemplateType != 'SCRIPT' ) { this.$refs.wangeditor.emit(); }