Explorar el Código

开票记录,开票详情id查询

shipeng hace 1 mes
padre
commit
f0eae6eb07
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. 1 1
      src/views/finance/InvoiceRecords/dialog/details.vue

+ 1 - 1
src/views/finance/InvoiceRecords/dialog/details.vue

@@ -126,7 +126,7 @@ export default {
       // const id = row.orderId
       getInvoiceDetail({
         // orderId: row.orderId
-        orderId: row.id
+        id: row.id
       }).then(response => {
         this.form = response.data;
       });