فهرست منبع

Merge branch 'fix-bug' of https://gogs.zfire.top/zfire-front/supply-front into fix-bug

Howie 1 سال پیش
والد
کامیت
b2d4dc9f5b
1فایلهای تغییر یافته به همراه2 افزوده شده و 2 حذف شده
  1. 2 2
      src/views/commercialEngineering/components/base.vue

+ 2 - 2
src/views/commercialEngineering/components/base.vue

@@ -354,12 +354,12 @@
           <div class="label">详细地址*:</div>
           <div class="value">
             <!-- <el-input v-model="formData.positionAddress" placeholder="定位地址"   clearable disabled /> -->
-            <geographicalPosi
+            <!-- <geographicalPosi
               style="margin: 0 20px 0 0"
               v-if="module !== 'detail' && !['cross'].includes(pageType)"
               :form-data="formData"
               @selectPosi="handleSelectPosi"
-            />
+            /> -->
             <el-input v-model="formData.address" placeholder="请填写详细地址"   clearable />
             <CopyButton v-if="module !== 'add'" :copyText="formData.address" />