CRM-走访报告查询-fix
This commit is contained in:
@@ -78,7 +78,6 @@ import { ref, onMounted, watch } from 'vue'
|
|||||||
import customHeader from '@/components/customHeader.vue'
|
import customHeader from '@/components/customHeader.vue'
|
||||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||||
import { visitorReportList } from '@/api/business.js'
|
|
||||||
import { getYsVisistList, removeVisist, updateStatus } from '../../../../api/crm/activity/activity';
|
import { getYsVisistList, removeVisist, updateStatus } from '../../../../api/crm/activity/activity';
|
||||||
|
|
||||||
// 获取导航栏高度用于内容区域padding
|
// 获取导航栏高度用于内容区域padding
|
||||||
@@ -141,7 +140,7 @@ const mescrollRef = ref(null);
|
|||||||
const upOption = ref({
|
const upOption = ref({
|
||||||
page: {num: 0, size: 10},
|
page: {num: 0, size: 10},
|
||||||
noMoreSize: 5,
|
noMoreSize: 5,
|
||||||
empty: {
|
empty: {
|
||||||
tip: '~ 空空如也 ~',
|
tip: '~ 空空如也 ~',
|
||||||
icon: "../../static/images/mescroll-empty.png"
|
icon: "../../static/images/mescroll-empty.png"
|
||||||
},
|
},
|
||||||
@@ -203,7 +202,7 @@ const getVisitorReportList = (pageNum, pageSize) => {
|
|||||||
pageNum,
|
pageNum,
|
||||||
pageSize
|
pageSize
|
||||||
}
|
}
|
||||||
let res = await visitorReportList(param);
|
let res = await getYsVisistList(param);
|
||||||
resolve({
|
resolve({
|
||||||
list: res.rows,
|
list: res.rows,
|
||||||
total: res.total
|
total: res.total
|
||||||
|
|||||||
Reference in New Issue
Block a user