mo 3 rokov pred
rodič
commit
645d6923bd
1 zmenil súbory, kde vykonal 1 pridanie a 1 odobranie
  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;