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/donationwitness/index.vue | 4 ---- 1 files changed, 0 insertions(+), 4 deletions(-) diff --git a/src/views/project/donationwitness/index.vue b/src/views/project/donationwitness/index.vue index 4fa5c29..633cbcb 100644 --- a/src/views/project/donationwitness/index.vue +++ b/src/views/project/donationwitness/index.vue @@ -988,7 +988,6 @@ }, /** 鏂板鎸夐挳鎿嶄綔 */ handleAdd(row) { - debugger; this.curCase = { id: row.id, recordstate: null, @@ -1019,7 +1018,6 @@ let searchParam = { infoid: row.id, }; - debugger; this.GetDonortedList(); const infoid = this.form.infoid; getByInfoId(infoid).then((response) => { @@ -1160,12 +1158,10 @@ //donorno: this.form.donorno, infoid: this.curCase.id, }; - debugger; console.log( "璋冪敤鍣ㄥ畼鍒楄〃鎺ュ彛锛屽弬鏁帮細" + JSON.stringify(oraganqueryParam) ); listDonateorgan(oraganqueryParam).then((response) => { - debugger; this.loading = false; if (response.code == 200) { this.organdonation = []; -- Gitblit v1.9.3