Browse Source

11

dev-新版ui
jiangyy 3 years ago
parent
commit
313d0513ae
  1. 3
      src/views/modules/base/epidemic/travelForm.vue

3
src/views/modules/base/epidemic/travelForm.vue

@ -498,7 +498,8 @@ export default {
} else { } else {
const { user } = this.$store.state const { user } = this.$store.state
if (user.areaCodePath.length === 5) {
if (user.areaCodePath.length > 3) {
this.nowAllCode = [user.areaCodePath[0], user.areaCodePath[1], user.areaCodePath[2]] this.nowAllCode = [user.areaCodePath[0], user.areaCodePath[1], user.areaCodePath[2]]
} else { } else {
this.nowAllCode = user.areaCodePath this.nowAllCode = user.areaCodePath

Loading…
Cancel
Save