From 1f347273e582654e45a683f42160accc12399d03 Mon Sep 17 00:00:00 2001
From: yangyin <1850366751@qq.com>
Date: 星期一, 02 九月 2024 15:48:43 +0800
Subject: [PATCH] 联调知识索引

---
 src/views/project/yw/dataManage/graph/GraphIndex.vue |    6 ++++--
 1 files changed, 4 insertions(+), 2 deletions(-)

diff --git a/src/views/project/yw/dataManage/graph/GraphIndex.vue b/src/views/project/yw/dataManage/graph/GraphIndex.vue
index 923b10b..511763f 100644
--- a/src/views/project/yw/dataManage/graph/GraphIndex.vue
+++ b/src/views/project/yw/dataManage/graph/GraphIndex.vue
@@ -67,7 +67,7 @@
 				<el-form-item>
 					<el-button type="primary" icon="ele-Search" @click="handleQueryTable"> 鏌ヨ </el-button>
 					<el-button icon="ele-Refresh" @click="resetQuery">閲嶇疆 </el-button>
-					<el-button icon="ele-Plus" @click="importData()"> 瀵煎叆鏁版嵁 </el-button>
+					<el-button icon="ele-Plus" @click="importData()" type="primary"> 瀵煎叆鏁版嵁 </el-button>
 				</el-form-item>
 			</el-form></template
 		>
@@ -228,7 +228,9 @@
 const categoryTableData = ref([]);
 const isFormulaTableDrag = ref(false);
 const getCategoryTableData = async () => {
-	const res = await list_knowledge_file().finally(() => {});
+	const res = await list_knowledge_file({
+		group_id: currentListID.value,
+	}).finally(() => {});
 	if (res?.json_ok) {
 		const resData = (res.values || []) as [];
 		resData.forEach((item) => {

--
Gitblit v1.9.3