修改发票详情页bug

This commit is contained in:
JS-LM
2023-06-17 16:43:09 +08:00
parent 276f843b98
commit 9a7895c64a
2 changed files with 2 additions and 9 deletions

View File

@@ -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;
});
},
// 修改开票为已开票