This commit is contained in:
2025-09-01 09:15:27 +08:00
parent 384eb35d84
commit 2415c96cf9
2 changed files with 2 additions and 2 deletions

View File

@ -113,7 +113,7 @@ const approvalRecordRef = ref<InstanceType<typeof ApprovalRecord>>();
//按钮组件
const flowCodeOptions = [
{
value: currentProject.value?.id + '_equipmentList',
value: currentProject.value?.id + '_materialsPlans',
label: '物资设备清单审核'
}
];