魏熙美 il y a 5 ans
Parent
révision
7d50397b1f
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1
    1
      src/views/systemManagement/policy/edi/index.vue

+ 1
- 1
src/views/systemManagement/policy/edi/index.vue Voir le fichier

@@ -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()