魏熙美 5 年 前
コミット
7d50397b1f
共有1 個のファイルを変更した1 個の追加1 個の削除を含む
  1. 1
    1
      src/views/systemManagement/policy/edi/index.vue

+ 1
- 1
src/views/systemManagement/policy/edi/index.vue ファイルの表示

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