|
|
@ -305,7 +305,7 @@ |
|
|
|
</div> |
|
|
|
|
|
|
|
</div> |
|
|
|
<div v-show="selPlaceType==='enterprise_partrol'"> |
|
|
|
<div v-show="selPlaceType==='enterprise_patrol'"> |
|
|
|
<div class="popTitle">企事业信息</div> |
|
|
|
<div class="popContentTitle">场所类型: |
|
|
|
<span>{{ selInfo.placeTypeName }}</span> |
|
|
@ -782,10 +782,11 @@ const vueGis = { |
|
|
|
this.loadGroupRent(info) |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
if (info.placeType === 'party_unit') {//来自联建单位的机关直属部门 |
|
|
|
this.loadPartyUnit(info) |
|
|
|
} |
|
|
|
if (info.placeType === 'enterprise_partrol') {//来自企事业查询的 |
|
|
|
if (info.placeType === 'enterprise_patrol') {//来自企事业查询的 |
|
|
|
this.loadEnterprisePartrol(info) |
|
|
|
} |
|
|
|
|
|
|
@ -1009,10 +1010,10 @@ const vueGis = { |
|
|
|
}, |
|
|
|
|
|
|
|
async loadEnterprisePartrol (info) { |
|
|
|
const url = "/gov/org/enterprise/detail" |
|
|
|
const url = "/gov/org/enterprise/detail/" + info.id |
|
|
|
// const url = "http://yapi.elinkservice.cn/mock/245/gov/org/enterprise/detail" |
|
|
|
|
|
|
|
const { data, code, msg } = await requestGet(url) |
|
|
|
const { data, code, msg } = await requestPost(url) |
|
|
|
|
|
|
|
if (code === 0) { |
|
|
|
// debugger |
|
|
|