review:【BPM 工作流】流程、任务相关的逻辑

This commit is contained in:
YunaiV
2025-05-14 23:08:31 +08:00
parent 99c848a39d
commit 769cb87035
15 changed files with 18 additions and 52 deletions

View File

@@ -1,4 +1,5 @@
<script lang="ts" setup>
// TODO @siyeeditor 要不要放到独立的目录form/designer
import { computed, onMounted, ref } from 'vue';
import { Page, useVbenModal } from '@vben/common-ui';
@@ -16,6 +17,7 @@ import Form from './modules/form.vue';
defineOptions({ name: 'BpmFormEditor' });
// TODO @siye这里有 lint 告警
const props = defineProps<Props>();
interface Props {
@@ -119,6 +121,7 @@ function handleSave() {
.open();
}
// TODO @siye一些必要的注释稍微写写哈。保持风格的一致性
function onBack() {
router.push({
path: '/bpm/manager/form',