@ -268,9 +268,6 @@ export default {
// 上传图片end
// 表单提交
dataFormSubmitHandle: debounce(function () {
/*if ((this.dataForm.newsContent).length > 10000) {
return this.$message.error('您输入的的内容已超过字数不能提交')
}*/
this.$refs['dataForm'].validate((valid) => {
if (!valid) {
return false