소스 검색

提交一下

1
mo 4 년 전
부모
커밋
645d6923bd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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;