From bdddcb1dca5c692316edd8231395283e8de9f910 Mon Sep 17 00:00:00 2001 From: YM <479443481@qq.com> Date: 星期三, 05 六月 2024 18:41:08 +0800 Subject: [PATCH] 1 --- src/pages/TcmSystem/TcmSystem.vue | 16 +++++++--------- 1 files changed, 7 insertions(+), 9 deletions(-) diff --git a/src/pages/TcmSystem/TcmSystem.vue b/src/pages/TcmSystem/TcmSystem.vue index cec201f..1f63040 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) { @@ -955,14 +954,13 @@ position: fixed; right: 0; top: 0; - z-index: 9999999999999999999999999999999999999999999 !important; - + z-index: 99999 !important; > div { height: 100%; margin: 0 !important; position: fixed; right: 0; - top: 0; + top: 86px; > :nth-child(1) { display: none; @@ -1065,7 +1063,7 @@ .search1 ::v-deep .uni-select__selector-item { position: relative; - z-index: 999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999999 !important; + z-index: 99999 !important; display: flex; justify-content: center; -- Gitblit v1.9.1