flat: 推送字段
This commit is contained in:
@@ -280,7 +280,7 @@ export default {
|
||||
let params = {
|
||||
serveId: this.rowData.id,
|
||||
policyIds: this.rightDataSelections.map((item) => item.id),
|
||||
users: this.leftUserSelections.map((item) => ({ idNumber: item.idNumber, talentsId: item.id }))
|
||||
users: this.leftUserSelections.map((item) => ({ idNumber: item.idNumber, talentsId: item.id, userId: item.userId, userName: item.name }))
|
||||
}
|
||||
let resData = await pushPolicyUserServe(params)
|
||||
if (resData.data.code === 200) {
|
||||
|
||||
Reference in New Issue
Block a user