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',