mo vor 3 Jahren
Ursprung
Commit
645d6923bd
1 geänderte Dateien mit 1 neuen und 1 gelöschten Zeilen
  1. 1 1
      src/views/childrensDay/detail.vue

+ 1 - 1
src/views/childrensDay/detail.vue

@@ -272,7 +272,7 @@ export default {
           rows: this.rules.limit,
           ...this.searchForm,
           musicGroupId: this.$route.query.musicGroupId,
-          cooperationOrganId:this.$route.query.cooperationOrganId || null,
+          cooperationId:this.$route.query.cooperationOrganId || null,
           organId: this.$route.query.organId || null,
         });
         this.tableList = res.data.rows;