11
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -129,7 +129,7 @@ export function editCompanyMaterialList (data, bsmCompany) { | ... | @@ -129,7 +129,7 @@ export function editCompanyMaterialList (data, bsmCompany) { |
129 | * @description: 是否覆盖才材料信息 | 129 | * @description: 是否覆盖才材料信息 |
130 | * @author: renchao | 130 | * @author: renchao |
131 | */ | 131 | */ |
132 | export function replace (bsmCompany, bsmSldy, bsmSlsq) { | 132 | export function replace (bsmCompany, bsmSlsq, bsmSldy) { |
133 | return request({ | 133 | return request({ |
134 | url: SERVER.SERVERAPI + '/rest/sys/company/replace', | 134 | url: SERVER.SERVERAPI + '/rest/sys/company/replace', |
135 | method: 'get', | 135 | method: 'get', | ... | ... |
-
Please register or sign in to post a comment