lex-xin 3 gadi atpakaļ
vecāks
revīzija
d6f4aa6b04

+ 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) => {