bding 2 сар өмнө
parent
commit
bae6ddf9e8

+ 1 - 1
src/views/rai_manage/activityManage/audioVideoManagement.vue

@@ -210,7 +210,7 @@ export default {
         SortParam: "videoCounts",
         IsResearch: true,
       };
-      const res = await raiVideoApi.askserie_videoList(params)
+      const res = await raiVideoApi.activityVoiceAndVideoList(params)
       if (res.Ret === 200) {
         this.dataList = res.Data.List;
         this.total = res.Data.Paging.Totals;