+
- 当前选择的是: {{ chooseData }}
+ 当前选择的是: {{ chooseData.dictLabel }}
@@ -33,6 +34,7 @@
:filter-node-method="filterNode"
@node-click="handleNodeClick"
highlight-current
+ :default-checked-keys="[chooseData.id]"
>
@@ -42,17 +44,20 @@
+
+
-
-
+
+
+
-
-
+
+
-
-
+
-
-
-
+
+ 新增
-
+
+
+
+
+
+
+ {{ scope.$index + 1 }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ 修改
+
+ 删除
+
+ handleCommand(command, scope.$index, scope.row)">
+ 更多
+
+ 查看详情
+
+ 下载
+
+
+
+
+
+
+
+
+
+
+
+
-
-
diff --git a/src/views/knowledge/views/archives/form/ArchivesCatalogForm.vue b/src/views/knowledge/views/archives/form/ArchivesCatalogForm.vue
index e407681..c75a96b 100644
--- a/src/views/knowledge/views/archives/form/ArchivesCatalogForm.vue
+++ b/src/views/knowledge/views/archives/form/ArchivesCatalogForm.vue
@@ -89,6 +89,26 @@
+
+
+
+
+
+
+
+
+
+