Showing
1 changed file
with
1 additions
and
1 deletions
| @@ -139,7 +139,7 @@ export default { | @@ -139,7 +139,7 @@ export default { | ||
| 139 | }) | 139 | }) |
| 140 | } else if (this.source === 'user') { | 140 | } else if (this.source === 'user') { |
| 141 | // 人员表 | 141 | // 人员表 |
| 142 | - const params = { pageIndex, pageSize, name, username: name } | 142 | + const params = { pageIndex, pageSize, name } |
| 143 | return userSelector(params).then(res => { | 143 | return userSelector(params).then(res => { |
| 144 | const _data = res.data || {} | 144 | const _data = res.data || {} |
| 145 | const records = _data.datas || _data.records || _data.list || [] | 145 | const records = _data.datas || _data.records || _data.list || [] |