志愿者类别 :
@@ -672,7 +833,7 @@
-
+
@@ -682,7 +843,7 @@
-
+
特殊人群类别 :
@@ -696,167 +857,6 @@
-
-
-
-
-
出生地 :
-
{{residentBirthRecordObj?residentBirthRecordObj.birthplace?residentBirthRecordObj.birthplace:'--':'--'}}
-
-
-
-
-
父亲姓名 :
-
{{residentBirthRecordObj?residentBirthRecordObj.father ?residentBirthRecordObj.father :'--':'--'}}
-
-
-
-
-
母亲姓名 :
-
{{residentBirthRecordObj?residentBirthRecordObj.mother?residentBirthRecordObj.mother:'--':'--'}}
-
-
-
-
-
-
-
胎次 :
-
{{residentBirthRecordObj?residentBirthRecordObj.count?residentBirthRecordObj.count:'--':'--'}}
-
-
-
-
-
申报日期 :
-
{{residentBirthRecordObj?residentBirthRecordObj.reportDate ?residentBirthRecordObj.reportDate :'--':'--'}}
-
-
-
-
-
-
-
-
-
死亡时间 :
-
{{residentDeathRecordObj?residentDeathRecordObj.deathDate?residentDeathRecordObj.deathDate.substr(0,10):'--':'--'}}
-
-
-
-
-
加入原因 :
-
{{residentDeathRecordObj?residentDeathRecordObj.deathReason ?residentDeathRecordObj.deathReason :'--':'--'}}
-
-
-
-
-
移除时间 :
-
{{residentDeathRecordObj?residentDeathRecordObj.removeDate ?residentDeathRecordObj.removeDate.substr(0,10) :'--':'--'}}
-
-
-
-
-
-
-
移除原因 :
-
{{residentDeathRecordObj?residentDeathRecordObj.removeReason?residentDeathRecordObj.removeReason:'--':'--'}}
-
-
-
-
-
-
-
-
-
迁出日期 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.outOfTime?residentMoveOutRecordObj.outOfTime.substr(0,10):'--':'--'}}
-
-
-
-
-
迁出类型 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.type ?residentMoveOutRecordObj.type :'--':'--'}}
-
-
-
-
-
迁出原因 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.reason ?residentMoveOutRecordObj.reason:'--':'--'}}
-
-
-
-
-
-
-
迁出至组织 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.deptId?residentMoveOutRecordObj.deptId:'--':'--'}}
-
-
-
-
-
小区 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.villageName ?residentMoveOutRecordObj.villageName :'--':'--'}}
-
-
-
-
-
楼号 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.buildName ?residentMoveOutRecordObj.buildName:'--':'--'}}
-
-
-
-
-
-
-
单元 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.unitName ?residentMoveOutRecordObj.unitName :'--':'--'}}
-
-
-
-
-
房屋 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.homeName ?residentMoveOutRecordObj.homeName :'--':'--'}}
-
-
-
-
-
外迁地址 :
-
{{residentMoveOutRecordObj?residentMoveOutRecordObj.address ?residentMoveOutRecordObj.address:'--':'--'}}
-
-
-
-
-
-
-
-
-
-
-
-
- {{ handleFilterSpan(scope.row, item) }}
-
-
-
-
-
@@ -865,6 +865,7 @@
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/views/modules/base/community/community.vue b/src/views/modules/base/community/community.vue
index 59a6ae2da..17c6603fd 100644
--- a/src/views/modules/base/community/community.vue
+++ b/src/views/modules/base/community/community.vue
@@ -4,7 +4,7 @@
+ v-model="filterText" @keydown.native.enter="handleChangeSerch()">
@@ -15,10 +15,11 @@
:props="defaultProps"
:highlight-current="true"
node-key="id"
- :default-expanded-keys="openNodes"
:expand-on-click-node="false"
:filter-node-method="filterNode"
- @node-click="handleNodeClick">
+ @node-click="handleNodeClick"
+ lazy
+ :load="lazyLoadTree">
@@ -140,10 +141,19 @@
-
@@ -60,11 +60,11 @@
-
@@ -368,7 +368,7 @@ export default {
async loadMapData () {
const _that = this
// this.$refs.lineChart.showLoading()
- const url = "/gov/project/project/projectdistributionanalysisright";
+ const url = "/governance/project/projectdistributionanalysisright";
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/project/projectdistributionanalysisright";
let params = {
orgId: this.orgId,
@@ -496,7 +496,7 @@ export default {
const _that = this
- const url = "/gov/project/project/projectdistributionanalysisleft";
+ const url = "/governance/project/projectdistributionanalysisleft";
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/project/projectdistributionanalysisleft";
let params = {
orgId: this.orgId,
diff --git a/src/views/modules/visual/communityGovern/fivelayers/eventInfo.vue b/src/views/modules/visual/communityGovern/fivelayers/eventInfo.vue
index 7e260517e..cdd9e717a 100644
--- a/src/views/modules/visual/communityGovern/fivelayers/eventInfo.vue
+++ b/src/views/modules/visual/communityGovern/fivelayers/eventInfo.vue
@@ -63,7 +63,7 @@ export default {
methods: {
async handleSearch () {
- const url = "/gov/project/icEvent/detail";
+ const url = "/governance/icEvent/detail";
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/icEvent/detail";
const { data, code, msg } = await requestPost(url, {
diff --git a/src/views/modules/visual/communityGovern/fivelayers/fuwuInfo.vue b/src/views/modules/visual/communityGovern/fivelayers/fuwuInfo.vue
index 2c84b082f..ad61ecff9 100644
--- a/src/views/modules/visual/communityGovern/fivelayers/fuwuInfo.vue
+++ b/src/views/modules/visual/communityGovern/fivelayers/fuwuInfo.vue
@@ -61,7 +61,7 @@ export default {
methods: {
async handleSearch () {
- const url = "/gov/project/icEvent/detail";
+ const url = "/governance/icEvent/detail";
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/icEvent/detail";
const { data, code, msg } = await requestPost(url, {
diff --git a/src/views/modules/visual/communityGovern/fivelayers/mapIndex copy 2.vue b/src/views/modules/visual/communityGovern/fivelayers/mapIndex copy 2.vue
index ec8af55dc..7730e2e79 100644
--- a/src/views/modules/visual/communityGovern/fivelayers/mapIndex copy 2.vue
+++ b/src/views/modules/visual/communityGovern/fivelayers/mapIndex copy 2.vue
@@ -887,7 +887,7 @@ const vueGis = {
},
async loadEvent (info) {
- const url = "/gov/project/icEvent/detail";
+ const url = "/governance/icEvent/detail";
//const url = "http://yapi.elinkservice.cn/mock/245/api/gov/project/icEvent/processAnalysis/eventDetail/" + this.eventId;
const { data, code, msg } = await requestPost(url, {
@@ -1929,7 +1929,7 @@ export default vueGis;
.ol-overlaycontainer-stopevent {
display: none;
}
-
+
\ No newline at end of file
+
diff --git a/src/views/modules/visual/communityGovern/fivelayers/mapIndex copy.vue b/src/views/modules/visual/communityGovern/fivelayers/mapIndex copy.vue
index a113c259a..74cbe5d27 100644
--- a/src/views/modules/visual/communityGovern/fivelayers/mapIndex copy.vue
+++ b/src/views/modules/visual/communityGovern/fivelayers/mapIndex copy.vue
@@ -898,7 +898,7 @@ const vueGis = {
},
async loadEvent (info) {
- const url = "/gov/project/icEvent/detail";
+ const url = "/governance/icEvent/detail";
//const url = "http://yapi.elinkservice.cn/mock/245/api/gov/project/icEvent/processAnalysis/eventDetail/" + this.eventId;
const { data, code, msg } = await requestPost(url, {
@@ -1857,7 +1857,7 @@ export default vueGis;
.ol-overlaycontainer-stopevent {
display: none;
}
-
+
\ No newline at end of file
+
diff --git a/src/views/modules/visual/communityGovern/fivelayers/mapIndex-baidu.vue b/src/views/modules/visual/communityGovern/fivelayers/mapIndex-baidu.vue
index 30210f532..50b9ca78d 100644
--- a/src/views/modules/visual/communityGovern/fivelayers/mapIndex-baidu.vue
+++ b/src/views/modules/visual/communityGovern/fivelayers/mapIndex-baidu.vue
@@ -890,7 +890,7 @@ const vueGis = {
},
async loadEvent (info) {
- const url = "/gov/project/icEvent/detail";
+ const url = "/governance/icEvent/detail";
//const url = "http://yapi.elinkservice.cn/mock/245/api/gov/project/icEvent/processAnalysis/eventDetail/" + this.eventId;
const { data, code, msg } = await requestPost(url, {
@@ -1937,7 +1937,7 @@ export default vueGis;
.ol-overlaycontainer-stopevent {
display: none;
}
-
+
\ No newline at end of file
+
diff --git a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue
index 1898a35c9..15a6a426c 100644
--- a/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue
+++ b/src/views/modules/visual/communityGovern/fivelayers/mapIndex.vue
@@ -897,7 +897,7 @@ const vueGis = {
},
async loadEvent (info) {
- const url = "/gov/project/icEvent/detail";
+ const url = "/governance/icEvent/detail";
//const url = "http://yapi.elinkservice.cn/mock/245/api/gov/project/icEvent/processAnalysis/eventDetail/" + this.eventId;
const { data, code, msg } = await requestPost(url, {
diff --git a/src/views/modules/visual/communityGovern/fivelayers/serviceInfo.vue b/src/views/modules/visual/communityGovern/fivelayers/serviceInfo.vue
index b35437118..f48b583c9 100644
--- a/src/views/modules/visual/communityGovern/fivelayers/serviceInfo.vue
+++ b/src/views/modules/visual/communityGovern/fivelayers/serviceInfo.vue
@@ -72,7 +72,7 @@ export default {
methods: {
async handleSearch () {
- const url = "/gov/project/icEvent/detail";
+ const url = "/governance/icEvent/detail";
// const url = "http://yapi.elinkservice.cn/mock/245/gov/project/icEvent/detail";
const { data, code, msg } = await requestPost(url, {
diff --git a/src/views/modules/visual/communityGovern/processAnalyze.vue b/src/views/modules/visual/communityGovern/processAnalyze.vue
index 469b98d5b..10a3b49b7 100644
--- a/src/views/modules/visual/communityGovern/processAnalyze.vue
+++ b/src/views/modules/visual/communityGovern/processAnalyze.vue
@@ -434,7 +434,7 @@ export default {
console.log(feature)
const featureInfo = feature.values_.properties.info
let coordinate = [featureInfo.longitude, featureInfo.latitude]
- const url = "/gov/project/trace/projectdetail";
+ const url = "/governance/trace/projectdetail";
const { data, code, msg } = await requestPost(url, {
projectId: featureInfo.projectId,
@@ -464,17 +464,17 @@ export default {
内部备注:
`+ projectInfo.internalRemark + `
-
+