closed#836

This commit is contained in:
Warunee Tamkoo 2024-06-07 14:35:24 +07:00
parent 5611c95f02
commit cd19100cfe

View file

@ -146,7 +146,7 @@ const addOther = async () => {
let pId: string[] = [];
let Type = props.type as string;
selected.value.forEach((e: any) => {
pId.push(e.personalId);
pId.push(e.profileId);
});
let data = {
id: pId,