소스 검색

更新参数

lex-xin 3 년 전
부모
커밋
d6f4aa6b04
2개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 1 1
      src/views/resetTeaming/components/resetPayList.vue
  2. 1 1
      src/views/resetTeaming/components/resetPayListSchool.vue

+ 1 - 1
src/views/resetTeaming/components/resetPayList.vue

@@ -726,7 +726,7 @@ export default {
       return getAuditList({
         page: this.rules.page,
         rows: this.rules.limit,
-        search: musicGroupId,
+        musicGroupId: musicGroupId,
         payUserType: "STUDENT",
         paymentType: this.searchForm.paymentType,
       }).then((res) => {

+ 1 - 1
src/views/resetTeaming/components/resetPayListSchool.vue

@@ -669,7 +669,7 @@ export default {
       return getAuditList({
         page: this.rules.page,
         rows: this.rules.limit,
-        search: musicGroupId,
+        musicGroupId: musicGroupId,
         payUserType: "SCHOOL",
         paymentType: this.searchForm.paymentType,
       }).then((res) => {