edit
This commit is contained in:
@ -297,7 +297,7 @@ export class ShipperBaseService extends BaseService {
|
||||
map(res => {
|
||||
if (res) {
|
||||
return res.map((m: any) => {
|
||||
return { label: `${m.employeeVO?.empName}/${m.employeeVO?.mobile}`, value: m.userAppId };
|
||||
return { label: `${m.employeeVO?.empName}/${m.employeeVO?.mobile}`, value: m.id };
|
||||
});
|
||||
} else {
|
||||
return [];
|
||||
|
||||
Reference in New Issue
Block a user