修改bug
This commit is contained in:
@ -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: '设计方案审批'
|
||||
}
|
||||
];
|
||||
|
Reference in New Issue
Block a user