|
@@ -32,9 +32,8 @@
|
|
|
@click="onCreateQRCode">报名链接</div>
|
|
|
<div class='newBand'
|
|
|
@click="onCreateQRCode2">缴费详情</div>
|
|
|
- <div class='newBand'
|
|
|
+ <div class='newBand' v-permission="'studentRegistration/queryStudentApplyDetailExport'"
|
|
|
@click='onDownLoadExecl'>报表导出</div>
|
|
|
-
|
|
|
</div>
|
|
|
</div>
|
|
|
<!-- stepImgs: {
|
|
@@ -388,6 +387,7 @@ import { vaildStudentUrl, vaildTeacherUrl } from '@/utils/validate'
|
|
|
import QRCode from 'qrcodejs2'
|
|
|
import axios from 'axios'
|
|
|
import { getToken } from '@/utils/auth'
|
|
|
+import qs from 'qs'
|
|
|
export default {
|
|
|
components: {
|
|
|
pagination
|
|
@@ -643,7 +643,7 @@ export default {
|
|
|
headers: {
|
|
|
'Authorization': getToken()
|
|
|
},
|
|
|
- data: (data),
|
|
|
+ data: qs.stringify(data),
|
|
|
url,
|
|
|
responseType: 'blob'
|
|
|
}
|