From 1335100e875ffdda19fc16de9afdda920858ca9b Mon Sep 17 00:00:00 2001
From: 杨磊 <505174330@qq.com>
Date: 星期五, 17 五月 2024 22:17:30 +0800
Subject: [PATCH] Merge branch 'master' of http://182.92.203.7:2001/r/TCM_CharacterLibrary

---
 src/pages/knowledgeBase/knowledgeBase.vue |    7 +++----
 1 files changed, 3 insertions(+), 4 deletions(-)

diff --git a/src/pages/knowledgeBase/knowledgeBase.vue b/src/pages/knowledgeBase/knowledgeBase.vue
index 09ac0d5..4562450 100644
--- a/src/pages/knowledgeBase/knowledgeBase.vue
+++ b/src/pages/knowledgeBase/knowledgeBase.vue
@@ -386,8 +386,8 @@
     };
   },
   onLoad(options) {
-    this.onSearch({ text: options.name });
-    this.keywords = options.name;
+    console.log(options.keyword);
+    this.onSearch({ text: options.keyword });
   },
   mounted() {
     // 淇敼涓ゆ鐨勯珮搴︿繚鎸佷竴鑷�
@@ -396,8 +396,6 @@
       box1Height + box1Height / 18 + "px";
     console.log(box1Height, "box1Height");
     this.getStatistics();
-    // 榛樿鍏堣皟鐢ㄦ悳绱竴娆�
-    this.onSearch("");
   },
   methods: {
     //閲嶇疆鎼滅储缁撴灉
@@ -658,6 +656,7 @@
         page: this.CurrentPage,
         pageSize: this.pageSize,
       };
+      console.log(Obj,"ObjObjObj");
       // // 鎼滅储
       await getPersonList(Obj).then((res) => {
         if (res.success) {

--
Gitblit v1.9.1