From 30c170388fb4d26df6befff68b54e3d9c7ad2ce3 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期一, 28 八月 2023 10:52:50 +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