优化
This commit is contained in:
parent
4dbf533b33
commit
d57379a853
@ -397,7 +397,6 @@ export default {
|
||||
async handleSendPingLun (event) {
|
||||
const str = this.staffList.list.map(i => i.staffId).join(',')
|
||||
let params = {}
|
||||
// debugger
|
||||
if (!this.form.content.replace(/(^\s*)|(\s*$)/g, '')) return
|
||||
this.form.content = this.form.content.replace(/(^\s*)|(\s*$)/g, '')
|
||||
params.content = this.form.content
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user