From 935c201bdcf4adde998d46893dd0fa3eddf400bb Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期四, 20 七月 2023 17:55:22 +0800
Subject: [PATCH] 1

---
 src/views/project/donateconsolationfundlist/index.vue |    2 --
 1 files changed, 0 insertions(+), 2 deletions(-)

diff --git a/src/views/project/donateconsolationfundlist/index.vue b/src/views/project/donateconsolationfundlist/index.vue
index de47182..eced10a 100644
--- a/src/views/project/donateconsolationfundlist/index.vue
+++ b/src/views/project/donateconsolationfundlist/index.vue
@@ -1110,7 +1110,6 @@
         type: "warning",
       })
         .then(() => {
-          debugger;
           let formData = this.form;
           let tempItemArr = rows.itemArr;
           rows.fundid = formData.id;
@@ -1272,7 +1271,6 @@
       this.personlist.map((res) => {
         if (row.beneficiaryname == res.username) {
           row.beneficiaryno = res.userno;
-          debugger;
           row.beneficiaryname = res.username;
           row.bankcardno = res.bankcardno;
           row.branchbankname = res.branchbankname;

--
Gitblit v1.9.3