|
@@ -552,10 +552,11 @@ import {allListTagGroup} from "@/api/qw/tagGroup";
|
|
|
import {listTag} from "@/api/qw/tag";
|
|
|
import {searchTags} from "../../../api/qw/tag";
|
|
|
import userVideo from "@/views/qw/userVideo/userVideo.vue";
|
|
|
+import PaginationMore from "../../../components/PaginationMore/index.vue";
|
|
|
|
|
|
export default {
|
|
|
name: "sopUserLogsInfoDetails",
|
|
|
- components: {userVideo, ImageUpload},
|
|
|
+ components: {PaginationMore, userVideo, ImageUpload},
|
|
|
data() {
|
|
|
return {
|
|
|
statusOptions:[],
|