浏览代码

仅获取乐团学生

wolyshaw 4 年之前
父节点
当前提交
7dcac90aca
共有 1 个文件被更改,包括 2 次插入2 次删除
  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;