Commit f217c7aade36a6399936f7f9bac88ec7b5da439e

Authored by 史婷婷
1 parent a97444aa

feat: 关联表-人员表-入参去除username

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