@@ -134,7 +134,7 @@
},
mounted() {
this.form.policyId = this.$route.query.id
- if (this.form.policyId !== undefined || this.form.policyId !== '' ) {
+ if (this.form.policyId !== undefined && this.form.policyId !== '' ) {
this.getInfo()
}
this.getCityName()