@@ -5,7 +5,7 @@
:height="height"
title="记录分类"
:location="location"
- category-key="FLOW_TYPE"
+ category-key="OLDRECORD_TYPE"
@node-click="handleNodeClick"
@expand-collapse="handleExpandCollapse" />
</div>
@@ -0,0 +1,17 @@
+<template>
+ <manage categoryKey="OLDRECORD_TYPE"></manage>
+</template>
+<script>
+import Manage from './manage'
+export default {
+ components: {
+ Manage
+ },
+ data() {
+ return {
+
+ }
+}
+</script>