|
@@ -1289,6 +1289,12 @@ export default {
|
|
|
localStorage.setItem('lon', this.lon);
|
|
localStorage.setItem('lon', this.lon);
|
|
|
console.log('异常拜访=' + this.lat);
|
|
console.log('异常拜访=' + this.lat);
|
|
|
console.log('异常拜访=' + this.lon);
|
|
console.log('异常拜访=' + this.lon);
|
|
|
|
|
+ let PointSum = this.twoPointSum(
|
|
|
|
|
+ TXisBD.lat,
|
|
|
|
|
+ TXisBD.lon,
|
|
|
|
|
+ TXisBD.lat,
|
|
|
|
|
+ TXisBD.lon
|
|
|
|
|
+ ).toFixed(2);
|
|
|
this.$router.push({
|
|
this.$router.push({
|
|
|
path: '/abnormalVisit',
|
|
path: '/abnormalVisit',
|
|
|
query: {
|
|
query: {
|