This commit is contained in:
闫晓茹 2024-07-01 13:45:46 +08:00
parent e414681100
commit 8427c4c6e1

View File

@ -633,7 +633,8 @@ export default {
TemporaryStorage() { TemporaryStorage() {
if ( if (
this.form.taskSubdivisiontemplateType != "QUESTIONNAIRE" && this.form.taskSubdivisiontemplateType != "QUESTIONNAIRE" &&
this.form.taskSubdivisiontemplateType != "PROPAGANDA" this.form.taskSubdivisiontemplateType != "PROPAGANDA" &&
this.form.taskSubdivisiontemplateType != 'SCRIPT'
) { ) {
this.$refs.wangeditor.emit(); this.$refs.wangeditor.emit();
} }