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

pull/409/head
xiaojunnuo 2025-04-24 09:09:38 +08:00
parent ddcf466e4e
commit 3df20a924f
1 changed files with 1 additions and 0 deletions

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,
};
}