feat: 客户人员主归属人变更

This commit is contained in:
wangzhuo
2025-08-19 11:29:46 +08:00
parent d00ae06fa8
commit 5fd7c1d158
5 changed files with 382 additions and 4 deletions

View File

@@ -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