Browse Source

Merge remote-tracking branch 'origin/master'

master
wanggongfeng 5 years ago
parent
commit
9f6fff75bc
  1. 2
      src/views/modules/news/notice-add-or-update.vue

2
src/views/modules/news/notice-add-or-update.vue

@ -216,7 +216,7 @@ export default {
dataFormSubmitHandle: debounce(function () {
console.log(this.dataForm.noticeContent)
if (this.dataForm.noticeContent != null && this.dataForm.noticeContent !== undefined) {
this.dataForm.noticeContent = this.removeHTMLTag(this.dataForm.noticeContent)
// this.dataForm.noticeContent = this.removeHTMLTag(this.dataForm.noticeContent)
if ((this.dataForm.noticeContent).length > 10000) {
return this.$message.error('您输入的的内容已超过字数不能提交')
} else if (this.dataForm.noticeContent.length === 0) {

Loading…
Cancel
Save