From 137a907c96896d7b82fd0f062d5d93e87c53eabf Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 28 八月 2023 14:10:32 +0800
Subject: [PATCH] 11
---
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