gaoluyang
2026-03-20 6b5a6c077b17d20e7a6dedb19ae8905442744e4e
src/api/procurementManagement/procurementLedger.js
@@ -72,3 +72,10 @@
    method: "get",
  });
}
export function approveProcessGetInfo(query) {
    return request({
        url: '/approveProcess/get',
        method: 'get',
        params: query,
    })
}