src/app/routes/devices/monitor-point/monitor-point.component.ts
@@ -179,7 +179,7 @@ } configCoord(record: MonitorPoint): void { Object.assign(this.coorPickerService.data, record); let _data = this.coorPickerService.data; const _data = this.coorPickerService.data; const areaNames = record.areaNames; let adress = null; if (areaNames != null) { @@ -193,7 +193,7 @@ id: record.id, longitude: _data.longitude, latitude: _data.latitude, } }; this.monitorPointService.save(data).subscribe( (res: any) => { if (res.code === 1) {