Explorar el Código

Merge branch '02/24resetMain' into test

mo hace 4 años
padre
commit
9b91e3d36e
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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;