Merge branch 'ymf' of https://e.coding.net/g-cphe0354/yinshoukeguanliduan/management into test
This commit is contained in:
commit
23782f0f82
|
|
@ -155,6 +155,7 @@ export default {
|
|||
async getOrderDetail() {
|
||||
const res = await tbOrderInfoDetail(this.order.id);
|
||||
if (res.status == "closed") {
|
||||
this.clear()
|
||||
this.$emit("paySuccess");
|
||||
}
|
||||
},
|
||||
|
|
|
|||
Loading…
Reference in New Issue