|
@@ -24,7 +24,7 @@
|
|
|
<auth :auths="['musicGroup/finishPreApply/item']">
|
|
|
<el-button type="primary" @click="onPaymentGroup(1)">特色乐团缴费</el-button>
|
|
|
</auth>
|
|
|
- <auth :auths="['musicGroup/finishPreApply/item']">
|
|
|
+ <auth :auths="['studentRegistration/preRegisterExport']">
|
|
|
<el-button type="primary" @click="downloadFile">导出</el-button>
|
|
|
</auth>
|
|
|
</div>
|
|
@@ -294,7 +294,9 @@ export default {
|
|
|
url: "/api-web/studentRegistration/preRegisterExport",
|
|
|
params: {
|
|
|
...params,
|
|
|
+ musicGroupId: this.musicGroupId
|
|
|
},
|
|
|
+ fileName: '预报名列表.xlsx'
|
|
|
},
|
|
|
"是否确认导出报表?"
|
|
|
);
|