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) => { }) }