Browse Source

仅获取乐团学生

wolyshaw 4 years ago
parent
commit
7dcac90aca
1 changed files with 2 additions and 2 deletions
  1. 2 2
      src/views/resetTeaming/components/studentPayBase.vue

+ 2 - 2
src/views/resetTeaming/components/studentPayBase.vue

@@ -124,7 +124,7 @@
 </template>
 <script>
 import pagination from "@/components/Pagination/index";
-import { findSound, getMusicGroupStudentFee, resetMusicGroupStudentFee } from "@/api/buildTeam";
+import { findSound, getMusicGroupStudentFee, resetMusicGroupStudentFee, queryCanAddStudent } from "@/api/buildTeam";
 
 export default {
   components: { pagination },
@@ -195,7 +195,7 @@ export default {
       // this.searchForm.page = this.rules.page;
       // this.searchForm.rows = this.rules.limit;
       this.searchForm.musicGroupId = this.teamid;
-      getMusicGroupStudentFee(this.searchForm).then(res => {
+      queryCanAddStudent(this.searchForm).then(res => {
         if (res.code == 200) {
           // this.rules.total = res.data.total;
           this.tableList = res.data;