From 5d671b56548dd1cb1c69a495eb2afd784a1c083d Mon Sep 17 00:00:00 2001
From: WXL <wl_5969728@163.com>
Date: 星期五, 15 五月 2026 10:02:26 +0800
Subject: [PATCH] 申请单维护
---
src/views/project/fund/performanceApply/index.vue | 24 ++++++------------------
1 files changed, 6 insertions(+), 18 deletions(-)
diff --git a/src/views/project/fund/performanceApply/index.vue b/src/views/project/fund/performanceApply/index.vue
index 349ee31..b3c2e31 100644
--- a/src/views/project/fund/performanceApply/index.vue
+++ b/src/views/project/fund/performanceApply/index.vue
@@ -298,22 +298,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 +313,7 @@
label: "鍏ㄩ儴"
}
],
- fundQueryParam: {
+ queryParams: {
infoid: null,
applytype: "5",
createBy: null,
@@ -452,6 +437,7 @@
/** 鎼滅储鎸夐挳鎿嶄綔 */
handleQuery() {
this.queryParams.pageNum = 1;
+
this.getList();
},
/** 閲嶇疆鎸夐挳鎿嶄綔 */
@@ -532,10 +518,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