1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
| // 公共方法 上报数据 到数据库中
| export function publicLocationStore (data) {
| // const data = {
| // ID: '',
| // EventID: '',
| // EventPipeline: '',
| // EventPipeSeg: '',
| // EventAffType: '',
| // EventAffCode: '',
| // EventAffPointNum: '',
| // EventPosX: '',
| // EventPosY: '',
| // AcquisitionPeople: '',
| // AcquisitionDate: ''
| // }
| console.log(data)
| }
|
|