<editor ref="editorInput" id="editor" @focus="changePanelStatus('input')" @blur="changePanelStatus('input')"
class="ql-container uni-input" @input="changeInput" v-if="!recordShow" :read-only="recordShow">
</editor>
changeInput(item) {
console.log('html::::::', html)
console.log('item=====>', item)
console.info('sendVal::::::', this.sendVal)
},