在el-input中可以使用v-model.trim来去除内容中的前后空格
<el-input type="textarea" placeholder="请输入报表名称" v-model.trim="formData.name" maxlength="50">