Browse Source

新增用印搜索客户修改

jwyu 3 years ago
parent
commit
e7f0f074c6
1 changed files with 1 additions and 1 deletions
  1. 1 1
      api/approve/seal.js

+ 1 - 1
api/approve/seal.js

@@ -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:'已审批'})
 }
 
 /**