CRM-走访报告查询-fix
This commit is contained in:
@@ -78,7 +78,6 @@ import { ref, onMounted, watch } from 'vue'
|
||||
import customHeader from '@/components/customHeader.vue'
|
||||
import MescrollUni from 'mescroll-uni/mescroll-uni.vue';
|
||||
import { getNavBarPaddingTop } from '@/utils/system.js'
|
||||
import { visitorReportList } from '@/api/business.js'
|
||||
import { getYsVisistList, removeVisist, updateStatus } from '../../../../api/crm/activity/activity';
|
||||
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
@@ -203,7 +202,7 @@ const getVisitorReportList = (pageNum, pageSize) => {
|
||||
pageNum,
|
||||
pageSize
|
||||
}
|
||||
let res = await visitorReportList(param);
|
||||
let res = await getYsVisistList(param);
|
||||
resolve({
|
||||
list: res.rows,
|
||||
total: res.total
|
||||
|
||||
Reference in New Issue
Block a user