From 2bf3fda0cd085d5e6af9b55471701e44768d26a9 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期三, 20 十二月 2023 15:47:07 +0800
Subject: [PATCH] yxh:修改了银行账户管理

---
 src/views/project/fundcheck/performanceCheck/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/project/fundcheck/performanceCheck/index.vue b/src/views/project/fundcheck/performanceCheck/index.vue
index 6e6b569..de2ada5 100644
--- a/src/views/project/fundcheck/performanceCheck/index.vue
+++ b/src/views/project/fundcheck/performanceCheck/index.vue
@@ -475,8 +475,8 @@
   },
 
   mounted() {
-    if (grtItem("officeExpenseCheck")) {
-      this.queryParams = grtItem("officeExpenseCheck");
+    if (grtItem("performanceCheck")) {
+      this.queryParams = grtItem("performanceCheck");
       this.queryParams.APPLICATIONBEGTIME = "";
       this.queryParams.APPLICATIONENDTIME = "";
     }
@@ -495,8 +495,8 @@
       // this.queryParams.params = {};
       console.log("this.queryParams", this.queryParams);
       listbypower(this.queryParams).then(res => {
-        removeItem("officeExpenseCheck");
-        setItem("officeExpenseCheck", this.queryParams);
+        removeItem("performanceCheck");
+        setItem("performanceCheck", this.queryParams);
         this.loading = false;
         let list = res.rows;
         this.total = res.total;

--
Gitblit v1.9.3