This commit is contained in:
Taric Xin
2022-03-29 15:01:38 +08:00
parent f9f4b11da5
commit 950155c799
5 changed files with 10 additions and 7 deletions

View File

@ -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 [];