feat: 客户人员主归属人变更
This commit is contained in:
@@ -1,3 +1,8 @@
|
||||
<!--
|
||||
* @author wangzhuo
|
||||
* @date 2025年8月18日
|
||||
* @description 客户人员所属
|
||||
-->
|
||||
<template>
|
||||
<view class="con-body">
|
||||
<view class="con-bg">
|
||||
@@ -84,7 +89,7 @@ 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 {searchForAllPerson} from "@/api/crm/customer/getCustomer"
|
||||
import {SearchForAllCustomersSalesperson} from "@/api/crm/customer/getCustomer"
|
||||
import {statusColorMap} from "./dataMap";
|
||||
|
||||
// 获取导航栏高度用于内容区域padding
|
||||
@@ -186,7 +191,7 @@ const getList = (pageIndex, pageSize) => {
|
||||
searchContent: searchValue.value
|
||||
}
|
||||
|
||||
let res = await searchForAllPerson(param);
|
||||
let res = await SearchForAllCustomersSalesperson(param);
|
||||
resolve({
|
||||
list: res.rows,
|
||||
total: res.total
|
||||
|
||||
Reference in New Issue
Block a user