Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| eac66c965b |
@@ -213,8 +213,7 @@ export default {
|
||||
this.step = 'closed';
|
||||
} else if (latestStatus === 201) {
|
||||
this.step = 'complete';
|
||||
const orderId = ret.data[0].order_id || '';
|
||||
this.fetchOrder(orderId);
|
||||
this.fetchOrder(flowId);
|
||||
return;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user