Browse Source

添加参数

lex-xin 5 years ago
parent
commit
376b83e9bf

File diff suppressed because it is too large
+ 0 - 0
dist/index.html


File diff suppressed because it is too large
+ 0 - 0
dist/static/js/chunk-70fa4dab.ff73f619.js


+ 3 - 1
src/views/teamDetail/components/baseInfo.vue

@@ -165,7 +165,9 @@ export default {
     },
     },
     musicalListExport () { // 报表导出
     musicalListExport () { // 报表导出
       let url = '/api-web/order/musicalListExport'
       let url = '/api-web/order/musicalListExport'
-      let data = {}
+      let data = {
+        musicGroupId: this.$route.query.id,
+      }
       const options = {
       const options = {
         method: 'POST',
         method: 'POST',
         headers: {
         headers: {

Some files were not shown because too many files changed in this diff