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