fix bug
This commit is contained in:
@ -838,6 +838,7 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
|
||||
nzContent: AmapPoiPickerComponent,
|
||||
nzWidth: 900,
|
||||
nzOnOk: item => {
|
||||
if(item?.poi) {
|
||||
const poi = item.poi;
|
||||
const locList = poi.location.toString().split(',');
|
||||
switch (type) {
|
||||
@ -869,6 +870,9 @@ export class SupplyManagementBulkPublishComponent implements OnInit {
|
||||
this.totalTime = res.time;
|
||||
});
|
||||
}
|
||||
} else {
|
||||
this.service.msgSrv.warning('请重新手动选择地址!')
|
||||
}
|
||||
}
|
||||
});
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user