@@ -123,9 +123,10 @@ export default {
},
/** 获取详情 */
getInvoiceDetailApi(row) {
- const id = row.orderId
+ // const id = row.orderId
getInvoiceDetail({
- orderId: row.orderId
+ // orderId: row.orderId
+ orderId: row.id
}).then(response => {
this.form = response.data;
});