Browse Source

内容管理增加排序

feature/syp_points
liuchuang 5 years ago
parent
commit
cc6f951dca
  1. 3
      src/views/modules/news/allnews-add-or-update.vue

3
src/views/modules/news/allnews-add-or-update.vue

@ -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

Loading…
Cancel
Save