fix: 修复复制流水线无效的bug

This commit is contained in:
xiaojunnuo
2025-04-24 09:09:38 +08:00
parent ddcf466e4e
commit 3df20a924f

View File

@@ -120,6 +120,7 @@ export default function ({ crudExpose, context: { groupDictRef, selectedRowKeys
function onDialogOpen(opt: any) {
const searchForm = crudExpose.getSearchValidatedFormData();
opt.initialForm = {
...opt.initialForm,
groupId: searchForm.groupId,
};
}