魏熙美 5 lat temu
rodzic
commit
7d50397b1f
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/views/systemManagement/policy/edi/index.vue

+ 1
- 1
src/views/systemManagement/policy/edi/index.vue Wyświetl plik

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