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/fund/fundapplycheck/index.vue | 3 --- 1 files changed, 0 insertions(+), 3 deletions(-) diff --git a/src/views/project/fund/fundapplycheck/index.vue b/src/views/project/fund/fundapplycheck/index.vue index ae68fdf..3ded818 100644 --- a/src/views/project/fund/fundapplycheck/index.vue +++ b/src/views/project/fund/fundapplycheck/index.vue @@ -1039,7 +1039,6 @@ }, saveRows(rows, rowIndex) { - debugger; this.$confirm("鏄惁纭淇濆瓨?", "鎻愮ず", { confirmButtonText: "纭畾", cancelButtonText: "鍙栨秷", @@ -1200,7 +1199,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; @@ -1275,7 +1273,6 @@ console.log("鐧诲綍鐢ㄦ埛淇℃伅", response.data); // this.defaultperson = response.data; // this.standardlevel = response.data.standardlevel; - debugger; if ( response.data.userName === "001" || response.data.userName === "002" || -- Gitblit v1.9.3