整体提交

This commit is contained in:
PC-202311141343\Administrator
2025-08-29 14:43:12 +08:00
parent b3b0207757
commit 8739cb4a34
7 changed files with 446 additions and 268 deletions

View File

@@ -93,7 +93,7 @@ export function viewingMarketInfgetDetail(data) {
//市场信审核列表接口
export function approvalMarketInfget(data) {
return request.get({
url: 'app/informationMarketInformation/Approval',
url: '/crm/app/informationMarketInformation/Approval',
data
},{
isTransformResponse:false

View File

@@ -25,7 +25,7 @@ export function saveappCrmCusUserNew(params){
// 查询业务员名下所有的客户
export function SearchForAllCustomersSalesperson(params){
return request.get({
url: 'app/appCrmCusUserNewController/SearchForAllCustomersSalesperson',
url: '/crm/app/appCrmCusUserNewController/SearchForAllCustomersSalesperson',
data: params
},{isTransformResponse: false})
}