From 8022f7036945b75f82f2dfc43055623f81ed98f6 Mon Sep 17 00:00:00 2001 From: yxh <172933527@qq.com> Date: 星期五, 23 五月 2025 22:42:56 +0800 Subject: [PATCH] yxh --- src/views/project/statistics/applyStatistics/index.vue | 7 ++----- 1 files changed, 2 insertions(+), 5 deletions(-) diff --git a/src/views/project/statistics/applyStatistics/index.vue b/src/views/project/statistics/applyStatistics/index.vue index a4de14b..8e32401 100644 --- a/src/views/project/statistics/applyStatistics/index.vue +++ b/src/views/project/statistics/applyStatistics/index.vue @@ -141,7 +141,6 @@ import AnnexUpload from "@/views/project/components/annexupload"; import { listDept } from "@/api/system/dept"; - export default { //import寮曞叆鐨勭粍浠堕渶瑕佹敞鍏ュ埌瀵硅薄涓墠鑳戒娇鐢� components: { @@ -161,7 +160,7 @@ selecttime: "", reportervalue: "", reportlist: [ - { label: "宸梾璐�", value: "1" }, + { label: "宸梾璐�", value: "0" }, { label: "涓撳璐�", value: "1" }, { label: "浼︾悊涓撳璐�", value: "2" }, { label: "鍖诲鎴愭湰", value: "3" }, @@ -359,9 +358,7 @@ this.reportervalue = ""; - - this.queryParams = { - }; + this.queryParams = {}; this.selecttime = []; this.getTimeList(); this.searchAddress = { -- Gitblit v1.9.3