From da01631b41b0b4e44c0a794887dd4c34db50ee23 Mon Sep 17 00:00:00 2001 From: limingyu Date: Mon, 20 May 2024 13:44:46 +0800 Subject: [PATCH] =?UTF-8?q?=E4=B8=80=E5=85=AC=E5=8F=B8=E7=9B=91=E7=AE=A1?= =?UTF-8?q?=E7=AB=AF=E5=9C=B0=E5=9B=BE=E9=97=A8=E5=8F=A3=E9=97=A8=E7=A6=81?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=E6=94=B9=E4=B8=BA=E5=92=8C=E4=BC=81=E4=B8=9A?= =?UTF-8?q?=E7=AB=AF=E4=B8=80=E8=87=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/map/dialog/index.vue | 2 +- src/views/map/dialog/mkGateMachine.vue | 9 ++++++++- src/views/map/index.vue | 10 ++++++++++ 3 files changed, 19 insertions(+), 2 deletions(-) diff --git a/src/views/map/dialog/index.vue b/src/views/map/dialog/index.vue index 69bd9b9..7f20057 100644 --- a/src/views/map/dialog/index.vue +++ b/src/views/map/dialog/index.vue @@ -11,7 +11,7 @@ - + diff --git a/src/views/map/dialog/mkGateMachine.vue b/src/views/map/dialog/mkGateMachine.vue index 33d8cbd..2d30780 100644 --- a/src/views/map/dialog/mkGateMachine.vue +++ b/src/views/map/dialog/mkGateMachine.vue @@ -79,6 +79,12 @@ export default { gangkou: { type: String, default: '' + }, + corpId: { + type: String, + default() { + return '' + } } }, data() { @@ -107,7 +113,8 @@ export default { { GATE_AREA_ID: this.id, TYPE: this.type, - GANGKOU: this.gangkou + GANGKOU: this.gangkou, + CORPINFO_ID: this.corpId } ).then((data) => { Object.assign(this.info, data.pd) diff --git a/src/views/map/index.vue b/src/views/map/index.vue index 4f6f9fd..c052698 100644 --- a/src/views/map/index.vue +++ b/src/views/map/index.vue @@ -459,6 +459,16 @@ export default { containAuthorization: [], eliminateAuthorization: [], list: [ + { + label: '人员', + dialog_width: '800px', + check: false, + img: require('../../assets/map/gangkou_index/buttom/ico1.png'), + checkImg: require('../../assets/map/gangkou_index/buttom/ico1_on.png'), + type: 'PERSON', + containAuthorization: [], + eliminateAuthorization: [] + }, { label: '车辆', dialog_width: '600px',