This commit is contained in:
wangshiming
2022-03-04 10:46:57 +08:00
parent ff9a59a759
commit 3ae4aa04e2
3 changed files with 27 additions and 18 deletions

View File

@ -1050,6 +1050,8 @@ export class SupplyManagementOnecarPublishComponent implements OnInit {
}
// 打开地图
openMap(type: string, index: number) {
console.log(type);
console.log(index);
const modalRef = this.modalService.create({
nzTitle: '',
nzContent: AmapPoiPickerComponent,