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