diff --git a/cataloging/src/components/care/bulk-changes.vue b/cataloging/src/components/care/bulk-changes.vue index e82345f56..8c189fcef 100644 --- a/cataloging/src/components/care/bulk-changes.vue +++ b/cataloging/src/components/care/bulk-changes.vue @@ -304,7 +304,11 @@ export default { if (this.activeStep === 'form') { this.setInspectorData(this.currentSpec[MATCH_FORM_KEY]); } - this.currentSpec[TARGET_FORM_KEY] = cloneDeep(this.inspector.data.mainEntity); + if (this.isCreateSpec) { + this.currentSpec[TARGET_FORM_KEY] = DataUtil.appendIds(cloneDeep(this.inspector.data.mainEntity)); + } else { + this.currentSpec[TARGET_FORM_KEY] = cloneDeep(this.inspector.data.mainEntity); + } }, reset() { this.$store.dispatch('setInspectorStatusValue', {