魏熙美 5 yıl önce
ebeveyn
işleme
7d50397b1f

+ 1
- 1
src/views/systemManagement/policy/edi/index.vue Dosyayı Görüntüle

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