6
0
Fork 0

wang-editor

release
panliang 2022-06-02 13:57:22 +08:00
parent 762c2a646a
commit 5901c1285a
1 changed files with 1 additions and 1 deletions

View File

@ -61,5 +61,5 @@
})
// 设置默认值
editor.setHtml('{!! $value !!}');
editor.setHtml($(editor.getEditableContainer()).parents('.form-field').find('input[type="hidden"]').val());
</script>