瀏覽代碼

直播数据导出

yys 2 周之前
父節點
當前提交
e00f69ca26
共有 2 個文件被更改,包括 10 次插入2 次删除
  1. 9 1
      src/api/live/liveData.js
  2. 1 1
      src/views/live/liveData/index.vue

+ 9 - 1
src/api/live/liveData.js

@@ -55,4 +55,12 @@ export function exportLiveUserDetail(liveId) {
     url: '/liveData/liveData/exportLiveUserDetail?liveId=' + liveId,
     method: 'get'
   })
-}
+}
+
+export function exportLiveData(query) {
+  return request({
+    url: '/liveData/liveData/export',
+    method: 'get',
+    params: query
+  })
+}

+ 1 - 1
src/views/live/liveData/index.vue

@@ -571,7 +571,7 @@
 </template>
 
 <script>
-import { listLiveData, exportLiveData, autoTagAndRemark, dashboardData, getLiveDataDetailBySql, getLiveUserDetailListBySql, exportLiveUserDetail } from "@/api/live/liveData";
+import { listLiveData, exportLiveData,  dashboardData, getLiveDataDetailBySql, getLiveUserDetailListBySql, exportLiveUserDetail } from "@/api/live/liveData";
 import { batchUpdateExternalContactNotes } from "@/api/qw/externalContact";
 import { addTag } from "@/api/qw/externalContact";