diff --git a/src/project/pingchang/AppGetewayRegister/getewayAdd.vue b/src/project/pingchang/AppGetewayRegister/getewayAdd.vue
index baa7af2..785534f 100644
--- a/src/project/pingchang/AppGetewayRegister/getewayAdd.vue
+++ b/src/project/pingchang/AppGetewayRegister/getewayAdd.vue
@@ -12,7 +12,7 @@
卡口选择
@@ -385,7 +385,9 @@ export default {
this.form.id = o?.id
this.getInfo(o.id)
}
- this.scene = decodeURIComponent(o.scene).toString() || ''
+ if(decodeURIComponent(o.scene) != 'undefined') {
+ this.scene = decodeURIComponent(o.scene)
+ }
},
onShow() {
this.$dict.load(['EP_travelType']).then(()=> {