From 94e9b54ed5f2ce4641db89007b4252b03925b17e Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 23 四月 2024 09:51:56 +0800
Subject: [PATCH] 11
---
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