|
@@ -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;
|