Lou
2024-03-05 27ffb38bdd9fce603884be49a5733bb75c2e1b53
subPackage/workbench/views/cscj.vue
@@ -108,7 +108,7 @@
                        请选择地址
                     </view>
                     <view class="location-btn c-main f-24" @click="getLocation()"
                        v-if="(!currentId && !isView)   || (isView && !form.jwd)">
                        v-if="source == 3  || ((!currentId && !isView)   || (isView && !form.jwd))">
                        获取地址
                     </view>
                  </view>
@@ -514,7 +514,8 @@
            showFrontTypePicker: false,
            nineTypeValue: "",
            frontTypeValue: "",
            isView: false
            isView: false,
            source: ""
         }
      },
      // created() {
@@ -768,6 +769,7 @@
                  })
                  return
               }
               this.source = data.source;
               // this.houseCode = data.houseCode;
               const dpaEntity = data?.doorplateAddressEntity || {}
               const gridEntity = data?.grid || {}