mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-05-08 03:50:13 +08:00
修改发票详情页bug
This commit is contained in:
@@ -59,7 +59,7 @@ export default {
|
||||
// 订单金额列表
|
||||
orderList: [],
|
||||
// 发票抬头
|
||||
invoiceTitle: null,
|
||||
invoiceTitle: {},
|
||||
dialogVisible: false,
|
||||
};
|
||||
},
|
||||
@@ -75,7 +75,7 @@ export default {
|
||||
console.log("查询申请开票信息详情结果", response);
|
||||
this.data = response.data;
|
||||
this.orderList = this.data.orderList;
|
||||
this.invoiceTitle = this.data.invoiceTitle;
|
||||
this.invoiceTitle = response.data.invoiceTitle;
|
||||
});
|
||||
},
|
||||
// 修改开票为已开票
|
||||
|
||||
Reference in New Issue
Block a user