|
@ -498,7 +498,12 @@ export default { |
|
|
|
|
|
|
|
|
} else { |
|
|
} else { |
|
|
const { user } = this.$store.state |
|
|
const { user } = this.$store.state |
|
|
this.nowAllCode = user.areaCodePath |
|
|
if (user.areaCodePath.length === 5) { |
|
|
|
|
|
this.nowAllCode = [user.areaCodePath[0], user.areaCodePath[1], user.areaCodePath[2]] |
|
|
|
|
|
} else { |
|
|
|
|
|
this.nowAllCode = user.areaCodePath |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
} |
|
|
} |
|
|
// this.$refs['ref_form'].resetFields(); |
|
|
// this.$refs['ref_form'].resetFields(); |
|
|
|
|
|
|
|
|