This commit is contained in:
shijingjing
2022-09-28 15:55:07 +08:00
parent 39d242d86a
commit 15f7b56361

View File

@@ -385,7 +385,7 @@ export default {
} }
this.form.gatewayId = decodeURIComponent(o.scene) || '' this.form.gatewayId = decodeURIComponent(o.scene) || ''
this.$areaId = this.user.$areaId this.$areaId = this.user.$areaId
this.travelTypeDict = this.$dict.getDict('epidemicRecentTravel') this.travelTypeDict = this.$dict.getDict('EP_travelType')
this.getewayList() this.getewayList()
}, },
@@ -768,7 +768,6 @@ export default {
display: flex; display: flex;
align-items: center; align-items: center;
font-size: 32px; font-size: 32px;
// max-width: calc(100% - 260px);
.select { .select {
._i { ._i {