mirror of
https://codeup.aliyun.com/67c68d4e484ca2f0a13ac3c1/ydc/jsowell-charger-web.git
synced 2026-07-04 22:18:02 +08:00
手动结算后,查询订单详情
This commit is contained in:
@@ -214,6 +214,7 @@ export default {
|
|||||||
console.log("确认手动结算订单", data);
|
console.log("确认手动结算订单", data);
|
||||||
manualSettlementOrder(data).then(response => {
|
manualSettlementOrder(data).then(response => {
|
||||||
this.dialogVisible = false;
|
this.dialogVisible = false;
|
||||||
|
this.getOrderDetail();
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
async getOrderDetail() {
|
async getOrderDetail() {
|
||||||
|
|||||||
Reference in New Issue
Block a user