From 823bd7cc555241e0ee3ed589128ec4a74f79cef8 Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期二, 01 四月 2025 17:49:34 +0800
Subject: [PATCH] 测试完成

---
 src/views/knowledge/education/index.vue |    7 +++++--
 1 files changed, 5 insertions(+), 2 deletions(-)

diff --git a/src/views/knowledge/education/index.vue b/src/views/knowledge/education/index.vue
index 8b17e2c..3168622 100644
--- a/src/views/knowledge/education/index.vue
+++ b/src/views/knowledge/education/index.vue
@@ -684,7 +684,7 @@
             },
           },
         ],
-        grid: { top: "30%", left: "10%", right: "40%", bottom: "10%" },
+        grid: { top: "30%", left: "10%", right: "50%", bottom: "10%" },
         yAxis: [
           {
             type: "value",
@@ -695,6 +695,7 @@
             name: "鏌ョ湅娆℃暟",
             type: "bar",
             data: this.Collarrvalue,
+            // data: [6,8,22,99,87,90,12,11,22,33,34,44],
             seriesLayoutBy: "row",
             smooth: true,
             label: {
@@ -823,8 +824,10 @@
     },
     // 鎵撳紑缁熻鍥捐〃
     statistics() {
+      this.Collarrname=[];
+      this.Collarrvalue=[];
       //鍙栨暟鎹�
-      let obj = { assortid: 13, isavailable: "", pageNum: 1, pageSize: 10 };
+      let obj = { assortid: 13, isavailable: "", pageNum: 1, pageSize: 20 };
       getlibrarylist(obj).then((response) => {
         console.log(response.rows, "response.rows");
         response.rows.forEach((item) => {

--
Gitblit v1.9.3