优化
This commit is contained in:
parent
4dbf533b33
commit
d57379a853
@ -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
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user