This commit is contained in:
wangshiming
2022-04-15 16:51:25 +08:00
parent ff7a5a80fc
commit 58375de2f7
2 changed files with 2 additions and 2 deletions

View File

@ -195,7 +195,7 @@ export class ETCInvoicedRequestedComponent implements OnInit {
}
}
},
ltdId: {
enterpriseInfoName: {
type: 'string',
title: '网络货运人',
ui: {

View File

@ -132,7 +132,7 @@ export class ShipperBaseService extends BaseService {
const list = res.map((item: any) => {
return {
label: item.enterpriseName,
value: item.id
value: item.enterpriseName
};
});
const obj = [];