|
@@ -370,7 +370,7 @@
|
|
|
/>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- <template>
|
|
|
+ <!-- <template>
|
|
|
<el-col v-if="module !== 'add'" :xs="24" :sm="24" :lg="24" class="item" style="height: 400px">
|
|
|
<div class="label" style="height: auto">地图位置</div>
|
|
|
<div class="value" style="height: auto; padding: 0">
|
|
@@ -394,7 +394,7 @@
|
|
|
</zj-amap-polygon>
|
|
|
</div>
|
|
|
</el-col>
|
|
|
- </template>
|
|
|
+ </template> -->
|
|
|
<el-col :xs="24" :sm="24" :lg="24" class="item">
|
|
|
<div class="label">项目类别*:</div>
|
|
|
<div class="value">
|
|
@@ -672,7 +672,7 @@ export default {
|
|
|
if (newValue) {
|
|
|
|
|
|
if (this.isTradeExaminer) {
|
|
|
- this.getPositionProject()
|
|
|
+ // this.getPositionProject()
|
|
|
} else {
|
|
|
this.markers = [
|
|
|
{
|