diff --git a/src/views/map/components/caofeidian_index.vue b/src/views/map/components/caofeidian_index.vue index 515cf1e..e2b3197 100644 --- a/src/views/map/components/caofeidian_index.vue +++ b/src/views/map/components/caofeidian_index.vue @@ -352,17 +352,17 @@ export default { }) }, getPersonPositioningCount() { - requestFN( - '/map/getPersonPositioningCount', - { - CORPINFO_ID: this.corpInfoId, - GANGKOU: this.gangkou - } - ).then((data) => { - this.block3OptionsList[2].count = data.perCount - this.block4OptionsList[0].list[0].count = data.perCount + 3 - this.block4OptionsList[0].list[1].count = 3 - }) + // requestFN( + // '/map/getPersonPositioningCount', + // { + // CORPINFO_ID: this.corpInfoId, + // GANGKOU: this.gangkou + // } + // ).then((data) => { + // this.block3OptionsList[2].count = data.perCount + // this.block4OptionsList[0].list[0].count = data.perCount + 3 + // this.block4OptionsList[0].list[1].count = 3 + // }) } } } diff --git a/src/views/map/components/cmt_index.vue b/src/views/map/components/cmt_index.vue index df405cd..8b9547a 100644 --- a/src/views/map/components/cmt_index.vue +++ b/src/views/map/components/cmt_index.vue @@ -327,16 +327,16 @@ export default { }) }, getPersonPositioningCount() { - requestFN( - '/map/getPersonPositioningCount', - { - CORPINFO_ID: this.corpInfoId, - GANGKOU: this.gangkou - } - ).then((data) => { - this.block3OptionsList[0].count = data.personPositioningCount[0] - this.block3OptionsList[1].count = data.personPositioningCount[1] - }) + // requestFN( + // '/map/getPersonPositioningCount', + // { + // CORPINFO_ID: this.corpInfoId, + // GANGKOU: this.gangkou + // } + // ).then((data) => { + // this.block3OptionsList[0].count = data.personPositioningCount[0] + // this.block3OptionsList[1].count = data.personPositioningCount[1] + // }) } } } diff --git a/src/views/map/components/czks_index.vue b/src/views/map/components/czks_index.vue index b2003a7..be9ce50 100644 --- a/src/views/map/components/czks_index.vue +++ b/src/views/map/components/czks_index.vue @@ -341,17 +341,17 @@ export default { }) }, getPersonPositioningCount() { - requestFN( - '/map/getPersonPositioningCount', - { - CORPINFO_ID: this.corpInfoId, - GANGKOU: this.gangkou - } - ).then((data) => { - this.block3OptionsList[0].count = data.userCount - this.block3OptionsList[1].count = data.departCount - this.block3OptionsList[2].count = data.total - }) + // requestFN( + // '/map/getPersonPositioningCount', + // { + // CORPINFO_ID: this.corpInfoId, + // GANGKOU: this.gangkou + // } + // ).then((data) => { + // this.block3OptionsList[0].count = data.userCount + // this.block3OptionsList[1].count = data.departCount + // this.block3OptionsList[2].count = data.total + // }) } } } diff --git a/src/views/map/components/fengongsi_index.vue b/src/views/map/components/fengongsi_index.vue index 5beede0..ba0078d 100644 --- a/src/views/map/components/fengongsi_index.vue +++ b/src/views/map/components/fengongsi_index.vue @@ -346,15 +346,15 @@ export default { }) }, getPersonPositioningCount() { - requestFN( - '/map/getPersonPositioningCount', - { - CORPINFO_ID: this.corpInfoId, - GANGKOU: this.gangkou - } - ).then((data) => { - this.personPositioningCount = data.personPositioningCount - }) + // requestFN( + // '/map/getPersonPositioningCount', + // { + // CORPINFO_ID: this.corpInfoId, + // GANGKOU: this.gangkou + // } + // ).then((data) => { + // this.personPositioningCount = data.personPositioningCount + // }) } } } diff --git a/src/views/map/components/renyuanCmt.vue b/src/views/map/components/renyuanCmt.vue index 138a6cf..351d6b2 100644 --- a/src/views/map/components/renyuanCmt.vue +++ b/src/views/map/components/renyuanCmt.vue @@ -179,22 +179,22 @@ export default { }, methods: { getCmtWorkCardLocationCount() { - requestFN( - '/map/findWorkCardLocation', - {} - ).then((data) => { - this.block1OptionsList[0].count = data.onlineCount - }).catch((e) => { - }) + // requestFN( + // '/map/findWorkCardLocation', + // {} + // ).then((data) => { + // this.block1OptionsList[0].count = data.onlineCount + // }).catch((e) => { + // }) }, getCmtWorkCardLocation() { - requestFN( - '/map/findWorkCardLocation', - {} - ).then((data) => { - this.block3List = this.block3List.concat(data.list) - }).catch((e) => { - }) + // requestFN( + // '/map/findWorkCardLocation', + // {} + // ).then((data) => { + // this.block3List = this.block3List.concat(data.list) + // }).catch((e) => { + // }) }, block3OptionsClick(index) { this.currentPage = 1