Commit d297588d authored by XieZhiXiong's avatar XieZhiXiong

修改接口

parent 52c79c9b
......@@ -64,7 +64,7 @@ const Bills: React.FC<{}> = () => {
const auditInvoices = (ids: number[], callback?: () => void) => {
setBatchLoading(true);
PublicApi.postWarehouseInvoicesBatchReview({
PublicApi.postWarehouseInvoicesBatchReviewAll({
ids,
}).then(res => {
if (res.code !== 1000) {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment