mirror of https://github.com/certd/certd
fix: 修复复制流水线无效的bug
parent
ddcf466e4e
commit
3df20a924f
|
@ -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,
|
||||
};
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue