修改
This commit is contained in:
parent
6a34996f18
commit
79dfb8e94a
@ -558,6 +558,9 @@ export default {
|
|||||||
) {
|
) {
|
||||||
this.$refs.wangeditor.emit();
|
this.$refs.wangeditor.emit();
|
||||||
}
|
}
|
||||||
|
if (!uitem.nodeContent) {
|
||||||
|
uitem.nodeContent = '<p></p>'
|
||||||
|
}
|
||||||
setTimeout(() => {
|
setTimeout(() => {
|
||||||
this.form = uitem;
|
this.form = uitem;
|
||||||
this.taskPartitionList = [];
|
this.taskPartitionList = [];
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user