diff --git a/src/assets/map/renyuan/ico1.png b/src/assets/map/renyuan/ico1.png new file mode 100644 index 0000000..191835e Binary files /dev/null and b/src/assets/map/renyuan/ico1.png differ diff --git a/src/assets/map/renyuan/ico2.png b/src/assets/map/renyuan/ico2.png new file mode 100644 index 0000000..1f28bbe Binary files /dev/null and b/src/assets/map/renyuan/ico2.png differ diff --git a/src/assets/map/renyuan/ico3.png b/src/assets/map/renyuan/ico3.png new file mode 100644 index 0000000..9370a0e Binary files /dev/null and b/src/assets/map/renyuan/ico3.png differ diff --git a/src/assets/map/renyuan/ico4.png b/src/assets/map/renyuan/ico4.png new file mode 100644 index 0000000..42475ba Binary files /dev/null and b/src/assets/map/renyuan/ico4.png differ diff --git a/src/assets/map/renyuan/ico5.png b/src/assets/map/renyuan/ico5.png new file mode 100644 index 0000000..ffe9c41 Binary files /dev/null and b/src/assets/map/renyuan/ico5.png differ 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 }} diff --git a/src/views/security_commitment/promise_book_issued/components/list.vue b/src/views/security_commitment/promise_book_issued/components/list.vue index 60ce412..030b385 100644 --- a/src/views/security_commitment/promise_book_issued/components/list.vue +++ b/src/views/security_commitment/promise_book_issued/components/list.vue @@ -59,6 +59,20 @@ + + + + + + + { this.listLoading = false