From e5e3e1a5bc8aa300c580126703bb6067221dee96 Mon Sep 17 00:00:00 2001
From: yxh <172933527@qq.com>
Date: 星期四, 15 六月 2023 10:09:08 +0800
Subject: [PATCH] 主要修改了个税计算
---
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