修改人员选择

This commit is contained in:
范强强
2023-05-09 09:34:47 +08:00
parent 4c8677a683
commit 7f60f36dba
3 changed files with 17 additions and 4 deletions
@@ -147,6 +147,8 @@
let username = []
if (this.selectValue.length > 0) {
this.selectValue.forEach(res => {
let reg = /[\t\r\f\n\s]*/g
res.label = res.label.replace(reg, '')
id.push(res.key)
username.push(res.label)
})