From 5a8e93d1e48ed5c7d2e7e4c6db03ccb32a631aaa Mon Sep 17 00:00:00 2001
From: WXL <1785969728@qq.com>
Date: 星期四, 05 六月 2025 15:09:01 +0800
Subject: [PATCH] 测试完成
---
src/views/knowledge/education/index.vue | 9 ++++++---
1 files changed, 6 insertions(+), 3 deletions(-)
diff --git a/src/views/knowledge/education/index.vue b/src/views/knowledge/education/index.vue
index 8b17e2c..f5eafa0 100644
--- a/src/views/knowledge/education/index.vue
+++ b/src/views/knowledge/education/index.vue
@@ -1,5 +1,6 @@
<template>
<div class="educationmanagement">
+
<!-- 宸︿晶鏍� -->
<div class="sidecolumn">
<div class="sidecolumn-top">
@@ -365,7 +366,7 @@
</div>
</div>
<!-- 娣诲姞绫诲埆寮规 -->
- <el-dialog title="鏂板绫诲埆" width="30%" :visible.sync="dialogFormVisible">
+ <el-dialog title="绫诲埆缂栬緫" width="30%" :visible.sync="dialogFormVisible">
<div style="text-align: center; margin-bottom: 20px">
<el-radio-group v-model="radio">
<el-radio-button label="涓诲垎绫�"></el-radio-button>
@@ -644,7 +645,7 @@
// const res = await getnodeCollect();
// this.nodeCollect = res.data;
// this.nodeCollect = [
- // { name: "闂ㄨ瘖闅忚", value: 1232 },
+ // { name: "褰卞儚闅忚", value: 1232 },
// { name: "鍑洪櫌闅忚", value: 342 },
// ];
this.myPieChart();
@@ -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