From b1c3b9a3a545a6ed639f25ff093751193be422ea Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期三, 12 八月 2026 17:09:00 +0800
Subject: [PATCH] 上传到分支

---
 src/views/project/fund/performanceApply/index.vue |   29 +++++++----------------------
 1 files changed, 7 insertions(+), 22 deletions(-)

diff --git a/src/views/project/fund/performanceApply/index.vue b/src/views/project/fund/performanceApply/index.vue
index 349ee31..1b20cc1 100644
--- a/src/views/project/fund/performanceApply/index.vue
+++ b/src/views/project/fund/performanceApply/index.vue
@@ -147,7 +147,7 @@
         </template>
       </el-table-column>
       <el-table-column
-        label="鐢宠鏉愭枡鐘舵��"
+        label="鏉愭枡棰勫鐘舵��"
         width="140"
         align="center"
         prop="checkstatus"
@@ -195,7 +195,6 @@
             type="text"
             icon="el-icon-edit"
             @click="handleUpdate(scope.row)"
-            v-hasPermi="['project:medicalfund:edit']"
             >淇敼</el-button
           >
 
@@ -211,7 +210,6 @@
             size="mini"
             type="text"
             @click="handleDelete(scope.row)"
-            v-hasPermi="['project:medicalfund:delete']"
             ><span class="button-delete"
               ><i class="el-icon-delete"></i>鍒犻櫎</span
             ></el-button
@@ -221,7 +219,6 @@
             type="text"
             icon="el-icon-download"
             @click="mixExport(scope.row.id)"
-            v-hasPermi="['project:medicalfund:download']"
             >涓嬭浇</el-button
           >
           <el-button
@@ -298,22 +295,7 @@
       // 瀵煎嚭閬僵灞�
       exportLoading: false,
       total: 0,
-      queryParams: {
-        organizationname: null,
-        organizationtype: null,
-        pageNum: 1,
-        pageSize: 10,
-        name: null,
-        idcardno: null,
-        residenceprovince: null,
-        residencecity: null,
-        residencetown: null,
-        recordstate: null,
-        treatmenthospitalname: null,
-        donorno: null,
-        reportername: null,
-        reporttime: null
-      },
+
       checkFlagOptions: [
         {
           value: 0,
@@ -328,7 +310,7 @@
           label: "鍏ㄩ儴"
         }
       ],
-      fundQueryParam: {
+      queryParams: {
         infoid: null,
         applytype: "5",
         createBy: null,
@@ -452,6 +434,7 @@
     /** 鎼滅储鎸夐挳鎿嶄綔 */
     handleQuery() {
       this.queryParams.pageNum = 1;
+
       this.getList();
     },
     /** 閲嶇疆鎸夐挳鎿嶄綔 */
@@ -532,10 +515,12 @@
 
     /** 鏌ヨ鍒楄〃 */
     getList() {
+      console.log(this.queryParams);
+
       this.loading = true;
       this.queryParams.params = {};
       console.log(21);
-      listFund(this.fundQueryParam).then(response => {
+      listFund(this.queryParams).then(response => {
         console.log(11);
         this.loading = false;
         this.donateconsolationfundList = response.rows;

--
Gitblit v1.9.3