魏熙美 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
         },
134
         },
135
         mounted() {
135
         mounted() {
136
             this.form.policyId = this.$route.query.id
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
                 this.getInfo()
138
                 this.getInfo()
139
             }
139
             }
140
             this.getCityName()
140
             this.getCityName()