diff --git a/src/views/map/components/renyuan.vue b/src/views/map/components/renyuan.vue index c66875b..3a1e6e9 100644 --- a/src/views/map/components/renyuan.vue +++ b/src/views/map/components/renyuan.vue @@ -1,6 +1,6 @@ @@ -69,14 +88,14 @@ export default { methods: { getData() { requestFN( - '/map/getPersonByCardNo', + '/map/getLastProp', { CARDNO: this.id, corpId: this.corpId } ).then((data) => { - this.info = data.info.required - this.otherInfo = data.otherInfo + this.info = data.userInfo + this.otherInfo = data.statusInfo }).catch((e) => { }) } diff --git a/src/views/map/index.vue b/src/views/map/index.vue index 194373d..c27605f 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -2047,9 +2047,6 @@ export default { } // 人员定位关闭实时获取定位websocket 并关闭人员对比定时器(曹妃甸使用) if (this.gangkouActive === '00004' && urlType === 'peoplePosition') { - // if (this.fwebsocket) { - // this.fwebsocket.close() - // } if (this.timer) { clearInterval(this.timer) } diff --git a/src/views/safetyenvironmental/archive/components/info.vue b/src/views/safetyenvironmental/archive/components/info.vue index 6b970f6..e0e828d 100644 --- a/src/views/safetyenvironmental/archive/components/info.vue +++ b/src/views/safetyenvironmental/archive/components/info.vue @@ -258,7 +258,6 @@ :preview-src-list="new Array(config.fileUrl + pd.INSPECTED_SITEUSER_SIGN_IMG)" style="width: 100px; height: 100px"/> - {{ pd.INSPECTED_SITEUSER_SIGN_TIME }}