|
|
@@ -375,9 +375,10 @@ import Treeselect from "@riophae/vue-treeselect";
|
|
|
import "@riophae/vue-treeselect/dist/vue-treeselect.css";
|
|
|
import { getCompanyUserListLikeName } from "@/api/company/companyUser";
|
|
|
import { getTask } from "@/api/common";
|
|
|
+import PaginationMore from '@/components/PaginationMore/index.vue'
|
|
|
export default {
|
|
|
name: "CourseWatchLog",
|
|
|
- components: { Treeselect },
|
|
|
+ components: { PaginationMore, Treeselect },
|
|
|
data() {
|
|
|
return {
|
|
|
activeName: "00",
|