closed#836
This commit is contained in:
parent
5611c95f02
commit
cd19100cfe
1 changed files with 1 additions and 1 deletions
|
|
@ -146,7 +146,7 @@ const addOther = async () => {
|
||||||
let pId: string[] = [];
|
let pId: string[] = [];
|
||||||
let Type = props.type as string;
|
let Type = props.type as string;
|
||||||
selected.value.forEach((e: any) => {
|
selected.value.forEach((e: any) => {
|
||||||
pId.push(e.personalId);
|
pId.push(e.profileId);
|
||||||
});
|
});
|
||||||
let data = {
|
let data = {
|
||||||
id: pId,
|
id: pId,
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue