|
|
@@ -717,17 +717,19 @@ export default {
|
|
|
console.log(res, '作业票地图 图片数据')
|
|
|
this.jobconfig = res.data
|
|
|
})
|
|
|
+ const dataMap = {
|
|
|
+ pages: 1,
|
|
|
+ size: -1,
|
|
|
+ mapId: this.sysAttrValue
|
|
|
+ }
|
|
|
+ console.log(dataMap,'chaxuncanshu ')
|
|
|
+ getIsMapPointPage(dataMap).then((res) => {
|
|
|
+ console.log(res, '作业票地图岗位位置信息接口')
|
|
|
+ this.jobconfigPoint = res.data
|
|
|
+ })
|
|
|
})
|
|
|
|
|
|
- const dataMap = {
|
|
|
- pages: 1,
|
|
|
- size: -1,
|
|
|
- mapId: this.sysAttrValue
|
|
|
- }
|
|
|
- getIsMapPointPage(dataMap).then((res) => {
|
|
|
- console.log(res, '作业票地图岗位位置信息接口')
|
|
|
- this.jobconfigPoint = res.data
|
|
|
- })
|
|
|
+
|
|
|
},
|
|
|
//辅助函数计算超时时间
|
|
|
calculateTimeDifference(occurTime) {
|