|
@@ -183,7 +183,8 @@ const recalculate = async (row)=>{
|
|
|
row.recalculateLoading = true
|
|
|
const { error, code, msg } = await bookApi.meterPdfInfo({
|
|
|
reportId:row.id,
|
|
|
- type:2,
|
|
|
+ type:2,
|
|
|
+ taskType:1,
|
|
|
})
|
|
|
row.recalculateLoading = false
|
|
|
if (!error && code === 200) {
|