diff --git a/src/views/newMap/newMapdraft/mapoperate/stationstand.vue b/src/views/newMap/newMapdraft/mapoperate/stationstand.vue index 1cbe0c94a..6fec09110 100644 --- a/src/views/newMap/newMapdraft/mapoperate/stationstand.vue +++ b/src/views/newMap/newMapdraft/mapoperate/stationstand.vue @@ -348,7 +348,7 @@ export default { edit() { this.$refs.dataform.validate((valid) => { if (valid) { - this.editModel.isRight = this.addModel.isRight === 'right'; + this.editModel.isRight = this.editModel.isRight === 'right'; const data = Object.assign({_type: 'StationStand'}, this.editModel); console.log(data); this.$emit('updateMapModel', data);