typeChange(value) {
this.formData.content = this.types.find(item => item.id === value).content
}
scrollHeight和offsetHeight一样效果
typeChange(value) {
this.formData.content = this.types.find(item => item.id === value).content
}
scrollHeight和offsetHeight一样效果