From 6efb2a0076a544b5714bccba214d81904264540d Mon Sep 17 00:00:00 2001
From: xufenglei <xufenglei>
Date: Tue, 12 Jun 2018 08:49:31 +0800
Subject: [PATCH] 报表展示 增加镇村选项
---
src/app/routes/map/coordinates-picker/coordinates-picker.service.ts | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/src/app/routes/map/coordinates-picker/coordinates-picker.service.ts b/src/app/routes/map/coordinates-picker/coordinates-picker.service.ts
index e3ef2dd..6ecd950 100644
--- a/src/app/routes/map/coordinates-picker/coordinates-picker.service.ts
+++ b/src/app/routes/map/coordinates-picker/coordinates-picker.service.ts
@@ -3,12 +3,12 @@
@Injectable()
export class CoorPickerService {
- public data:CoorPicker = {
- longitude:0,
- latitude:0,
- name:'',
- describe:'',
- address:''
+ public data: CoorPicker = {
+ longitude: 0,
+ latitude: 0,
+ name: '',
+ describe: '',
+ address: ''
};
constructor() { }
--
Gitblit v1.8.0