|
|
|
@ -40,7 +40,7 @@
@@ -40,7 +40,7 @@
|
|
|
|
|
* Copyright © 2023-2023 <a href="https://godolphinx.org">海豚生态开源社区</a> All rights reserved. |
|
|
|
|
* author wangxiang4 |
|
|
|
|
*/ |
|
|
|
|
import { defineComponent, onMounted, reactive, onActivated } from 'vue'; |
|
|
|
|
import { defineComponent, onMounted, reactive } from 'vue'; |
|
|
|
|
import { BasicTable, useTable, TableAction } from '/@/components/Table'; |
|
|
|
|
import { listProcessDef } from '/@/api/platform/workflow/controller/process'; |
|
|
|
|
import { columns, searchFormSchema } from './process.data'; |
|
|
|
@ -98,9 +98,6 @@
@@ -98,9 +98,6 @@
|
|
|
|
|
fixed: false |
|
|
|
|
} |
|
|
|
|
}); |
|
|
|
|
onActivated(() => { |
|
|
|
|
debugger |
|
|
|
|
}) |
|
|
|
|
|
|
|
|
|
onMounted(async () => { |
|
|
|
|
state.treeData = listToTree(await listProcessCategory()); |
|
|
|
|