修改人员选择
This commit is contained in:
@@ -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)
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user