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/donatefinish/index.vue | 2 -- 1 files changed, 0 insertions(+), 2 deletions(-) diff --git a/src/views/project/donatefinish/index.vue b/src/views/project/donatefinish/index.vue index 0b5171b..cbeed87 100644 --- a/src/views/project/donatefinish/index.vue +++ b/src/views/project/donatefinish/index.vue @@ -1118,7 +1118,6 @@ //鑾峰彇鎹愮尞瀹屾垚鐧昏璁板綍 this.loading = true; this.reset(); - debugger; this.curCase.registerAddresss = row.registeraddresss; this.curCase.donorno = row.donorno; this.curCase.name = row.name; @@ -1150,7 +1149,6 @@ // this.GetDonortedList(); }); listnewDonatecompletioninfo(searchParam).then((response) => { - debugger; if (response.code == 200 && response.rows.length == 1) { this.open = true; this.form = response.rows[0]; -- Gitblit v1.9.3