|
@@ -433,7 +433,7 @@
|
|
|
</el-table-column>
|
|
|
</el-table>
|
|
|
|
|
|
- <pagination
|
|
|
+ <pagination-more
|
|
|
v-show="total>0"
|
|
|
:total="total"
|
|
|
:page.sync="queryParams.pageNum"
|
|
@@ -664,9 +664,10 @@ import SopDialog from '@/views/course/sop/SopDialog.vue'
|
|
|
import selectUser from "@/views/qw/externalContact/selectUser.vue";
|
|
|
import { editTalk,editAllTalk } from "@/api/qw/externalContactInfo";
|
|
|
import {createLinkUrl} from "@/api/course/sopCourseLink";
|
|
|
+import PaginationMore from "../../../components/PaginationMore/index.vue";
|
|
|
export default {
|
|
|
name: "ExternalContact",
|
|
|
- components:{mycustomer,customerDetails,SopDialog,selectUser,info},
|
|
|
+ components:{PaginationMore, mycustomer,customerDetails,SopDialog,selectUser,info},
|
|
|
data() {
|
|
|
return {
|
|
|
user:{
|