@@ -224,7 +224,7 @@ const postRecalculateApi = async ({ id }) => {
const { error, code, msg } = await bookApi.meterPdfInfo({
reportId: id,
type: 1,
- taskType: 1,
+ taskType: 2,
})
if (!error && code === 200) {
window.$message.success('计算成功')
@@ -225,7 +225,7 @@ const postRecalculateApi = async ({ id }) => {
type: 2,
+ taskType: 3,