From 018cd35db8cbdca2e99ebe5b4b68dee1499cfafe Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 28 三月 2024 16:33:53 +0800
Subject: [PATCH] 11
---
src/views/project/donateorgan/index.vue | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/src/views/project/donateorgan/index.vue b/src/views/project/donateorgan/index.vue
index 99301b5..d9bedd0 100644
--- a/src/views/project/donateorgan/index.vue
+++ b/src/views/project/donateorgan/index.vue
@@ -633,9 +633,6 @@
queryParams.endtransplanttime = queryParams.transplanttime[1]+ " 23:59:59"
queryParams.transplanttime = null
}
- console.log("鎼滅储鏌ヨ鍟�", this.queryParams);
-
-
listnewDonateorgan(queryParams).then((response) => {
console.log("鍣ㄥ畼鏁版嵁:", response);
@@ -706,10 +703,8 @@
/** 淇敼鎸夐挳鎿嶄綔 */
handleUpdate(row) {
this.reset();
- console.log("淇敼褰撳墠鐨剅ow", row);
const id = row.doid || this.ids;
getDonateorgan(id).then((response) => {
- console.log("褰撳墠鏁版嵁:", response);
this.form = response.data;
this.form.organstate = this.form.organstate + "";
this.open = true;
--
Gitblit v1.9.3