|
@@ -39,6 +39,7 @@
|
|
|
:header-cell-style="{background:'#EDEEF0',color:'#444'}"
|
|
|
:data="tableList"
|
|
|
ref='multipleTable'
|
|
|
+ max-height="300"
|
|
|
@selection-change="handleSelectionChange">
|
|
|
<el-table-column type="selection"
|
|
|
width="55">
|
|
@@ -128,7 +129,7 @@ import { findSound, getMusicGroupStudentFee, resetMusicGroupStudentFee, queryCan
|
|
|
|
|
|
export default {
|
|
|
components: { pagination },
|
|
|
- props: ['clearStduent', 'musicGroupPaymentCalenderId'],
|
|
|
+ props: ['clearStduent', 'musicGroupPaymentCalenderId', 'batchNo'],
|
|
|
data () {
|
|
|
return {
|
|
|
searchForm: {
|
|
@@ -196,7 +197,7 @@ export default {
|
|
|
this.searchForm.musicGroupId = this.teamid;
|
|
|
queryCanAddStudent({
|
|
|
...this.searchForm,
|
|
|
- musicGroupPaymentCalenderId: this.musicGroupPaymentCalenderId,
|
|
|
+ batchNo: this.batchNo,
|
|
|
}).then(res => {
|
|
|
if (res.code == 200) {
|
|
|
// this.rules.total = res.data.total;
|
|
@@ -286,7 +287,7 @@ export default {
|
|
|
</script>
|
|
|
<style lang='scss' scoped>
|
|
|
.tableWrap {
|
|
|
- height: 300px;
|
|
|
+ // height: 300px;
|
|
|
overflow: auto;
|
|
|
}
|
|
|
</style>
|