This commit is contained in:
xiongchengqiang 2020-12-17 21:36:59 +08:00
parent 4dbf533b33
commit d57379a853

View File

@ -397,7 +397,6 @@ export default {
async handleSendPingLun (event) { async handleSendPingLun (event) {
const str = this.staffList.list.map(i => i.staffId).join(',') const str = this.staffList.list.map(i => i.staffId).join(',')
let params = {} let params = {}
// debugger
if (!this.form.content.replace(/(^\s*)|(\s*$)/g, '')) return if (!this.form.content.replace(/(^\s*)|(\s*$)/g, '')) return
this.form.content = this.form.content.replace(/(^\s*)|(\s*$)/g, '') this.form.content = this.form.content.replace(/(^\s*)|(\s*$)/g, '')
params.content = this.form.content params.content = this.form.content