Browse Source

修改用印搜索合同接口

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

+ 2 - 1
api/approve/seal.js

@@ -51,7 +51,8 @@ export const apiSearchCustome=params=>{
  */
 export const apiSearchContract=params=>{
 	// return httpGet('/contract/list',{...params,Status:'已审批'})
-	return httpGet('/contract_approval/list',{...params,Status:'已审批',PageSize:10000})
+	// return httpGet('/contract_approval/list',{...params,Status:'已审批',PageSize:10000})
+	return httpGet('/contract/listBySeal',{...params,Status:'已审批',PageSize:10000})
 }
 
 /**