|
@@ -146,6 +146,7 @@ export default {
|
|
this.dialogFormVisible = true;
|
|
this.dialogFormVisible = true;
|
|
this.dialogStatus = "create";
|
|
this.dialogStatus = "create";
|
|
this.$nextTick(() => {
|
|
this.$nextTick(() => {
|
|
|
|
+ this.$refs.tinymce.setContent("");
|
|
this.$refs["dataForm"].clearValidate();
|
|
this.$refs["dataForm"].clearValidate();
|
|
});
|
|
});
|
|
},
|
|
},
|