Kaynağa Gözat

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

shipeng 1 ay önce
ebeveyn
işleme
f0eae6eb07

+ 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;
       });