licailing 4 lat temu
rodzic
commit
44b03b0076

+ 2 - 1
src/main/vue/src/views/performance/ProgrammeEdit.vue

@@ -540,7 +540,8 @@ export default {
                 .map(item => {
                 .map(item => {
                     return {
                     return {
                         ...item,
                         ...item,
-                        programmeId: this.programmeId
+                        programmeId: this.programmeId,
+                        performanceId: this.formData.performanceId
                     };
                     };
                 });
                 });