From 62bd5c8568d26e346cd516485153050bab58c699 Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期四, 18 九月 2025 15:46:01 +0800
Subject: [PATCH] 档案更新
---
src/views/project/statistics/applyStatistics/index.vue | 9 +++------
1 files changed, 3 insertions(+), 6 deletions(-)
diff --git a/src/views/project/statistics/applyStatistics/index.vue b/src/views/project/statistics/applyStatistics/index.vue
index 88f86f4..8e32401 100644
--- a/src/views/project/statistics/applyStatistics/index.vue
+++ b/src/views/project/statistics/applyStatistics/index.vue
@@ -11,7 +11,7 @@
<el-col :span="6">
<el-form-item label="涓氬姟浜哄憳" prop="name">
<el-input
- v-model="queryParams.name"
+ v-model="queryParams.pausername"
placeholder="璇疯緭鍏ュ鍚�"
clearable
size="small"
@@ -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