Merge branch 'develop' of https://gitlab.eascs.com/tms-ui/tms-obc-web into develop

This commit is contained in:
Taric Xin
2022-05-05 18:02:46 +08:00

View File

@ -306,6 +306,7 @@ export class AddPersonalPartnerComponent {
placeholder: '请选择城市(最多3个)', placeholder: '请选择城市(最多3个)',
checkable: true, checkable: true,
class: 'city-tree-select', class: 'city-tree-select',
virtualHeight: '300px',
asyncData: () => asyncData: () =>
this.getRegionDetailByCode('').pipe( this.getRegionDetailByCode('').pipe(
map((res: any) => map((res: any) =>