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