Explorar el Código

重新计算修改

duy hace 1 año
padre
commit
70aab46185
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/debit-pay/material/book.vue

+ 1 - 1
src/views/debit-pay/material/book.vue

@@ -183,7 +183,7 @@ const recalculateLoading = ref(false)
 const recalculate = async (row)=>{
     recalculateLoading.value = true
     const { error, code, msg } = await bookApi.meterPdfInfo({
-        reportID:row.id,
+        reportId:row.id,
         type:1,
     })
     recalculateLoading.value = false