修改bug

This commit is contained in:
Teo
2025-08-13 19:47:46 +08:00
parent 2879a0243e
commit 544cc07862
8 changed files with 769 additions and 13 deletions

View File

@ -134,7 +134,7 @@ const submitFormData = ref<StartProcessBo>({
const taskVariables = ref<Record<string, any>>({});
const flowCodeOptions = [
{
value: currentProject.value?.id + '_scheme',
value: currentProject.value?.id + '_completeScheme',
label: '设计方案审批'
}
];