Commit 0e074a95a0567a5f2ee96d06f913995b6b643de0
1 parent
7d652a5f
修改生产科发票接口
Showing
1 changed file
with
1 additions
and
1 deletions
src/api/project/invoice.ts
... | ... | @@ -181,7 +181,7 @@ export const getDeductUrlById = async (params: any) => { |
181 | 181 | |
182 | 182 | export const getInvoiceUrlById = async (params: any) => { |
183 | 183 | return await defHttp.post<any>({ |
184 | - url: Api.GETDEDUCTURL_BY_ID, | |
184 | + url: Api.GETINVOICEURL_BY_ID, | |
185 | 185 | params, |
186 | 186 | }); |
187 | 187 | }; | ... | ... |