fix bug
This commit is contained in:
@ -195,7 +195,7 @@ export class ETCInvoicedRequestedComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
ltdId: {
|
enterpriseInfoName: {
|
||||||
type: 'string',
|
type: 'string',
|
||||||
title: '网络货运人',
|
title: '网络货运人',
|
||||||
ui: {
|
ui: {
|
||||||
|
|||||||
@ -132,7 +132,7 @@ export class ShipperBaseService extends BaseService {
|
|||||||
const list = res.map((item: any) => {
|
const list = res.map((item: any) => {
|
||||||
return {
|
return {
|
||||||
label: item.enterpriseName,
|
label: item.enterpriseName,
|
||||||
value: item.id
|
value: item.enterpriseName
|
||||||
};
|
};
|
||||||
});
|
});
|
||||||
const obj = [];
|
const obj = [];
|
||||||
|
|||||||
Reference in New Issue
Block a user