瀏覽代碼

添加参数

lex-xin 5 年之前
父節點
當前提交
376b83e9bf
共有 3 個文件被更改,包括 3 次插入1 次删除
  1. 0 0
      dist/index.html
  2. 0 0
      dist/static/js/chunk-70fa4dab.ff73f619.js
  3. 3 1
      src/views/teamDetail/components/baseInfo.vue

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 () { // 报表导出
       let url = '/api-web/order/musicalListExport'
-      let data = {}
+      let data = {
+        musicGroupId: this.$route.query.id,
+      }
       const options = {
         method: 'POST',
         headers: {

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