Commit 38840bfa by lixiaomin

修改订单页面退款按钮

parent ab88801a
...@@ -241,6 +241,9 @@ export default { ...@@ -241,6 +241,9 @@ export default {
handleUpdate(row) { handleUpdate(row) {
this.$refs.orderDetial.handleUpdate(row); this.$refs.orderDetial.handleUpdate(row);
}, },
refundClick(row){
this.$refs.orderDetial.refundClick(row);
},
/** 店铺列表 */ /** 店铺列表 */
getShopList() { getShopList() {
listShop({pageNum:1,pageSize:10000}).then(response => { listShop({pageNum:1,pageSize:10000}).then(response => {
......
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