|
@@ -41,7 +41,7 @@ export const apiSealSearch=params=>{
|
|
|
* @param {string} CompanyName 客户名称
|
|
|
*/
|
|
|
export const apiSearchCustome=params=>{
|
|
|
- return httpGet('/contract/company_list',{...params,Status:'已审批'})
|
|
|
+ return httpGet('/contract/companyListBySeal',{...params,Status:'已审批'})
|
|
|
}
|
|
|
|
|
|
/**
|