Commit 1be10f79 by 黑潮

fix: 修复bug

parent 9b08e032
......@@ -391,8 +391,9 @@ export default {
}
});
} else {
handleRefundOrder(params);
this.getList();
handleRefundOrder(params).then(()=>{
this.getList();
});
}
},
handleChangeRefundFlag() {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment