From 44656cfe9c9c3d5dc68ecdf79df8bb04800f38b1 Mon Sep 17 00:00:00 2001 From: liujun Date: Wed, 24 Apr 2024 17:20:04 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81=E7=9B=91=E7=AE=A1=E7=AB=AF=E3=80=81?= =?UTF-8?q?=E4=BC=81=E4=B8=9A=E7=AB=AF=E5=9C=B0=E5=9B=BE=E4=BF=A1=E6=81=AF?= =?UTF-8?q?=E6=9B=B4=E6=96=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/components/renyuan.vue | 42 +++++++++++++++++++--- src/views/map/dialog/peoplePositionYGS.vue | 27 +++++++++++--- 2 files changed, 60 insertions(+), 9 deletions(-) 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) => { }) }