From 59c2e6665e5d2dcfe3516af2373f1c8a7c9e2bc2 Mon Sep 17 00:00:00 2001 From: WXL <1785969728@qq.com> Date: 星期六, 07 十月 2023 14:06:52 +0800 Subject: [PATCH] 1 --- 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