xiangpei
2025-01-07 8779375b26e23113ebfa5940e4e5dbe696980f53
src/views/index.vue
@@ -208,7 +208,6 @@
            this.queryParams.endTime = this.timeMerge[1];
        },
        handleQuery() {
            console.log(this.queryParams);
            const obj = {
                startDate: this.queryParams.startTime,
                endDate: this.queryParams.endTime,