fix bug
This commit is contained in:
@ -4,10 +4,12 @@
|
||||
* @Author : Shiming
|
||||
* @Date : 2022-04-21 13:49:22
|
||||
* @LastEditors : Shiming
|
||||
* @LastEditTime : 2022-04-26 09:47:43
|
||||
* @LastEditTime : 2022-05-16 13:30:12
|
||||
* @FilePath : \\tms-obc-web\\src\\app\\routes\\partner\\channel-sales\\components\\list\\list.component.html
|
||||
* Copyright (C) 2022 huzhenhong. All rights reserved.
|
||||
-->
|
||||
<page-header-wrapper [title]="'销售渠道管理'"></page-header-wrapper>
|
||||
|
||||
<nz-card>
|
||||
<!-- 搜索区 -->
|
||||
<sf
|
||||
|
||||
@ -162,8 +162,8 @@ export class ShipperBaseService extends BaseService {
|
||||
}
|
||||
const list = res.map((item: any) => {
|
||||
return {
|
||||
label: item.partnerType == 1 ? item.enterpriseName : item.contactName + '/' + item.contactMobile ,
|
||||
value: item.id
|
||||
label: item?.partnerType == 1 ? item?.enterpriseName : item?.contactName + '/' + item?.contactMobile ,
|
||||
value: item?.id
|
||||
};
|
||||
});
|
||||
const obj = [];
|
||||
|
||||
Reference in New Issue
Block a user