fix : 修复页面细节

This commit is contained in:
2024-05-30 22:51:06 +08:00
parent 92e935622a
commit 7791648837
6 changed files with 36 additions and 19 deletions

View File

@@ -18,6 +18,8 @@ import {computed, defineExpose} from "vue";
import { ElNotification} from "element-plus";
import {getTypeOption, getFromPerm} from "@/api/workflow/process-definition";
const router = useRouter()
const path = reactive(router.currentRoute.value.path)
const processStore = useProcessStore()
const optionList = ref([])