Browse Source

fix ymcard echo bug

tid1731
刘嘉炜 9 months ago
parent
commit
5885566859
  1. 2
      src/subpackage/order/pages/ym_card/detail/detail.vue

2
src/subpackage/order/pages/ym_card/detail/detail.vue

@ -115,7 +115,7 @@ export default {
.then(res=>{ .then(res=>{
if(res.order_no)this.getRefundInfo(res.order_no || ''); if(res.order_no)this.getRefundInfo(res.order_no || '');
}) })
this.optionsQuery = options;
}, },
methods: { methods: {
refunndBtn(){ refunndBtn(){

Loading…
Cancel
Save