Browse Source

chore: compose workflow api

master
wangxiang 2 years ago
parent
commit
980e07a2ce
No known key found for this signature in database
GPG Key ID: 1BA7946AB6B232E4
  1. 5
      src/views/workflow/process/index.vue

5
src/views/workflow/process/index.vue

@ -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());

Loading…
Cancel
Save