From 0edf94722a0dcc338567fec7df76b2e0acd39b92 Mon Sep 17 00:00:00 2001
From: YM <479443481@qq.com>
Date: 星期一, 27 五月 2024 15:30:48 +0800
Subject: [PATCH] 调整

---
 src/pages/TcmSystem/TcmSystem.vue |    9 ++++-----
 1 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/src/pages/TcmSystem/TcmSystem.vue b/src/pages/TcmSystem/TcmSystem.vue
index cec201f..288342f 100644
--- a/src/pages/TcmSystem/TcmSystem.vue
+++ b/src/pages/TcmSystem/TcmSystem.vue
@@ -546,12 +546,12 @@
       });
     },
     // 鍙充晶鐨刲ist鏁版嵁
-    getMList(obj) {
+    getMList(key) {
       this.pageLoading = true;
       let Obj = {
         medicalSearchType: this.searchType,
         type: this.classifyType, //鏌ヨ绫诲瀷 鍙栧�硷細OFFICIAL->鑱屽畼 INSTITUTION->鏈烘瀯 ALL->鑱屽畼銆佹満鏋�
-        name: this.SearchValue, //鎼滅储妗嗘绱�
+        name: key ? key : this.SearchValue, //鎼滅储妗嗘绱�
         dynastyId: this.classifyId, //鐐瑰嚮鏈濅唬鏌ヨ鏁版嵁鏃讹紝甯︿笂姝ゅ弬鏁�
         sort: this.rankVal, //鎺掑簭鏂瑰紡 鍙栧�硷細CREATE鍒涘缓鏃堕棿锛孨AME鍚嶇О
         page: this.CurrentPage, //绗嚑椤�
@@ -577,7 +577,6 @@
     },
     // list鏁扮粍 鑾峰彇list閲岄潰鐨勮鎯卻huju
     ListClick(item, index) {
-      console.log(item, "item");
       let Obj = {
         rowId: item.requestId,
         medicalSearchType: this.searchType,
@@ -689,8 +688,8 @@
     },
     // 鐑棬鎼滅储
     HotClick(val) {
-      this.SearchValue = val;
-      this.getMList();
+      // this.SearchValue = val;
+      this.getMList(val);
     },
     // 鎸夌収浠�涔堟帓搴�
     selectChange(e) {

--
Gitblit v1.9.1