xiangpei
2025-01-17 e563871312e934fedf153c4b83ca5ba3b147c36c
src/views/index.vue
@@ -79,7 +79,7 @@
                :countExceptionProjectData="countExceptionProjectData"
            />
        </div>
        <!-- 代办事项 -->
        <!-- 待办事项 -->
        <div class="flex">
            <div class="flex_card">
                <el-card>
@@ -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,