修改
This commit is contained in:
parent
e414681100
commit
8427c4c6e1
@ -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();
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user