1
guanqb
2022-11-11 465273172e7cb7f43364151a93a1e66ee7e7adf5
1
3 files modified
7 ■■■■ changed files
src/views/home/components/rightContainer.vue 5 ●●●●● patch | view | raw | blame | history
src/views/home/index.vue 1 ●●●● patch | view | raw | blame | history
src/views/police/index.vue 1 ●●●● patch | view | raw | blame | history
src/views/home/components/rightContainer.vue
@@ -248,7 +248,7 @@
                    type: "showTip",
                    seriesIndex: 0,
                    dataIndex: curIndex,
                    position: ['5%', '5%'],
                    // position: ['5%', '5%'],
                })
            }, 1000)
            equipmentmyChart.on('mouseover', function (param) {
@@ -280,8 +280,7 @@
                        type: "showTip",
                        seriesIndex: 0,
                        dataIndex: curIndex,
                        position: ['5%', '5%'],
                        // position: ['5%', '5%'],
                    })
                }, 1000)
            })
src/views/home/index.vue
@@ -1005,7 +1005,6 @@
        },
        siteClick (e) {
            console.log(111222333)
            this.dialogTitle = e.overlay.attrParams.name
            this.dialogVisible = true
src/views/police/index.vue
@@ -466,7 +466,6 @@
    methods: {
        handleCurrentChange: function (currentPage) {
            this.currentPage = currentPage
            console.log(this.currentPage)  //点击第几页
        },
        navClick (type) {