魏熙美 hace 5 años
padre
commit
7d50397b1f
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1
    1
      src/views/systemManagement/policy/edi/index.vue

+ 1
- 1
src/views/systemManagement/policy/edi/index.vue Ver fichero

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