|
@@ -201,7 +201,7 @@
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
|
-import { listUserWatchCourseStatistics, getUserWatchCourseStatistics, delUserWatchCourseStatistics, addUserWatchCourseStatistics, updateUserWatchCourseStatistics, exportUserWatchCourseStatisticsTotal } from "@/api/course/userWatchCourseStatistics";
|
|
|
+import { listUserWatchCourseStatisticsTotal, getUserWatchCourseStatistics, delUserWatchCourseStatistics, addUserWatchCourseStatistics, updateUserWatchCourseStatistics, exportUserWatchCourseStatisticsTotal } from "@/api/course/userWatchCourseStatistics";
|
|
|
|
|
|
export default {
|
|
|
name: "UserWatchCourseStatistics",
|
|
@@ -268,7 +268,7 @@ export default {
|
|
|
/** 查询会员看课统计-按课程统计列表 */
|
|
|
getList() {
|
|
|
this.loading = true;
|
|
|
- listUserWatchCourseStatistics(this.queryParams).then(response => {
|
|
|
+ listUserWatchCourseStatisticsTotal(this.queryParams).then(response => {
|
|
|
this.userWatchCourseStatisticsList = response.rows;
|
|
|
this.total = response.total;
|
|
|
this.loading = false;
|