bug30370
This commit is contained in:
@@ -91,7 +91,7 @@ export default {
|
|||||||
params: {departmentId, status: 1, cid: corpId}
|
params: {departmentId, status: 1, cid: corpId}
|
||||||
}).then(res => {
|
}).then(res => {
|
||||||
if (res?.data) {
|
if (res?.data) {
|
||||||
this.userList = res.data.map(e => ({...e, isChecked: this.isSelected(e.id)}))
|
this.userList = res.data.map(e => ({...e, isChecked: this.isSelected(e.id, e.corpId)}))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user