删除多余字段

This commit is contained in:
shijingjing
2022-09-29 15:39:08 +08:00
parent 110695c03d
commit 26f3de888d

View File

@@ -345,11 +345,8 @@ export default {
companionList: [], // 同行人集合
riskLevel: '',
},
isShowType: false,
isShowEndTime: false,
isShowStartTime: false,
isShowDate: false,
params: {
year: true,
month: true,
@@ -357,8 +354,6 @@ export default {
hour: true,
minute: true
},
dictList: [],
arr: [],
$areaId: '',
people: [{
name: '',
@@ -388,16 +383,17 @@ export default {
this.form.id = o?.id
this.getInfo(o.id)
}
this.form.gatewayId = decodeURIComponent(o.scene) || ''
},
onShow() {
this.$areaId = this.user.$areaId
this.$dict.load(['EP_travelType']).then(()=> {
this.travelTypeDict = this.$dict.getDict('EP_travelType')
this.$areaId = this.user.$areaId
this.getewayList()
if(!this.token) {
this.$refs.login.show()
}
})
this.getewayList()
if(!this.token) {
this.$refs.login.show()
}
},
watch: {
@@ -416,7 +412,6 @@ export default {
this.$nextTick(() => {
this.token && this.getUserInfo()
this.pageShow = true
this.form.gatewayId = decodeURIComponent(o.scene) || ''
})
},