From 27ffb38bdd9fce603884be49a5733bb75c2e1b53 Mon Sep 17 00:00:00 2001
From: Lou <luzhiping@qqyjz.com>
Date: Tue, 05 Mar 2024 17:52:41 +0800
Subject: [PATCH] 商超类型判断 场所采集修改、我的房屋房产证问题修复
---
subPackage/workbench/views/cscj.vue | 6 ++++--
1 files changed, 4 insertions(+), 2 deletions(-)
diff --git a/subPackage/workbench/views/cscj.vue b/subPackage/workbench/views/cscj.vue
index 4f3aed8..75ce714 100644
--- a/subPackage/workbench/views/cscj.vue
+++ b/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 || {}
--
Gitblit v1.9.3