Browse Source

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

shipeng 1 month ago
parent
commit
f0eae6eb07
1 changed files with 1 additions and 1 deletions
  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;
       });