Browse Source

Merge branch 'dev-行程上报1031'

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

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

@ -498,8 +498,14 @@ export default {
} else {
const { user } = this.$store.state
if (user.areaCodePath.length > 3) {
this.nowAllCode = [user.areaCodePath[0], user.areaCodePath[1], user.areaCodePath[2]]
} else {
this.nowAllCode = user.areaCodePath
}
}
// this.$refs['ref_form'].resetFields();
console.log('formtype', type)

Loading…
Cancel
Save