Uncaught TypeError: Cannot read property getRange of undefined
Uncaught TypeError: Cannot read property ‘getRange’ of undefined原因:ueditor设置已保存的html出错。解决方法:把ueIntroduction.execCommand(‘inserthtml’, itemDto.introduction);改成//编辑器赋值ueIntroduction.ready(function () {ueIntroduction.execCommand(‘inserthtml’, itemDto