linwei
2024-02-19 92fab5c1b7693ec22d0e64f907c3161985edbcf1
src/views/publicSecurity/ninePlaceManage/hiddenDangerStatistics.vue
@@ -9,7 +9,7 @@
            </div>
            <div class="btn-box">
                <el-button type="primary" icon="el-icon-search" @click="searchChange">搜索</el-button>
                <el-button icon="el-icon-delete" @click="searchReset">清空</el-button>
                <el-button icon="el-icon-refresh" @click="searchReset">重置</el-button>
                <!-- <el-button type="primary" icon="el-icon-download" @click="exportAvue">导出</el-button> -->
            </div>
        </div>
@@ -504,7 +504,7 @@
        searchReset () {
            this.query = {}
            this.dateTime = []
            this.dateTime = this.getLastMouth()
            this.onLoad()
        },
@@ -580,7 +580,7 @@
                }
            }
            if ('startTime' in this.query) {
                this.query.startTime += ' 00:00:01'
                this.query.startTime += ' 00:00:00'
            }
            if ('endTime' in this.query) {
                this.query.endTime += ' 23:59:59'