guanqb
2023-06-26 9ef04eeb98534de8e344b0f0c09767fcbefc310e
首页人口弹窗修改
2 files modified
6 ■■■■ changed files
src/views/home/components/leftContainer.vue 4 ●●●● patch | view | raw | blame | history
src/views/home/index.vue 2 ●●● patch | view | raw | blame | history
src/views/home/components/leftContainer.vue
@@ -318,6 +318,8 @@
         */
        getHomeAllData (id = '') {
            this.policeStaionID = id
            this.clickPoliceStationId = id
            this.isFirstMounted = true
            if (id != '') {
                this.showBack = false
@@ -353,6 +355,7 @@
         * @return {*}
         */
        personTabClick (type) {
            console.log('type', type, 'this.tabType', this.tabType, 'this.isFirstMounted', this.isFirstMounted)
            if (type == 0) {
                if (this.tabType == 0 && !this.isFirstMounted) {
                    console.log('再次点击人口总数', this.isFirstMounted)
@@ -681,6 +684,7 @@
         * @return {*}
         */
        backBegin () {
            this.clickPoliceStationId = this.userInfo.dept_id
            this.personAll = curSubofficeData
            this.dataDeep = 1
            this.initPersonEcharts()
src/views/home/index.vue
@@ -1350,7 +1350,7 @@
        },
        policeStationSelect (item) {
            if (this.policeStationCheckValue == item.name) return
            if (this.policeStationCheckValue == item.name && this.policeStationCheckValue != '全部') return
            this.policeStationCheckValue = item.name
            this.selectHouseClass = true